Last active
September 4, 2018 12:10
-
-
Save kezzardrix/8efe2e3b110336d4fdbb4e9796d69cdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HoudiniからUnityにカスタムアトリビュートを持っていくときは、 | |
| 1、uvはs,tのチャンネルまでしか読んでくれない | |
| 2、Houdiniで指定するuvの番号に注意。uv → UV0 uv2 → UV1 | |
| 3、VertexレベルじゃないとUVはもっていけない | |
| 4、UVに重心の座標を入れたりするとX座標のみ反転する | |
| 5、Normalに入れたら4の反転は起きない | |
| 6、Colorはfixed4なので、0~1までしか格納できない | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment