2
1

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 5 years have passed since last update.

decomposeMatrixノードを使う2

Posted at

前回の記事、decomposeMatrixノードを使うではworldMatrixアトリビュートを用いてコネクションをしていました。
これを今回は、localのmatrixアトリビュートを用いてコネクションをする、に変えてみたいと思います。

まずは、対象となっていたhead_prxのmatrixアトリビュートをmultMatrixにコネクション。
2018-12-20_11h12_31.png

階層を辿るように順にコネクションを行っていく。
2018-12-20_11h05_06.png

上位階層のノードまでコネクションを張り、multMatrix➡decomposeMatrixへ繋ぐ。
2018-12-20_11h03_14.png

decomposeMatrix➡head_pos(locator)へ繋ぐ。
2018-12-20_11h00_26.png

これでworldMatrixを用いてコネクションをしたのと同じ動作になります。
2018-12-20_11h54_04.png

対象のノードのlocalのmatrixを階層を辿ってtopのノードまでつなぐ=対象のノードのworldMatrix

ということがわかりました。

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?