0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

neosでlogix その145

Posted at

概要

neosでlogixやってみる。
練習問題、やってみた。

練習問題

物を掴むと、どんどん増えて、いくつでも取れるを実装せよ。

写真

2023-10-10 09.49.14.jpg

方針

  • GrabInstancerコンポーネントを使う。

手順

  • devtooltipを装着
  • 新規->3d->トライアングルをスポーン
  • 新規->空のオブジェクトをスポーン
  • インスペクターを表示
  • Transform->Interaction->GrabInstancerコンポーネントを追加
  • トライアングルをグラブして空のオブジェクトの下に移動
  • GrabInstancerコンポーネントのtemplateにトライアングルを指定
  • トライアングルのGrabbableのチェックを外す

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?