Maya:mia_material_part05
Let’s start where we left off last time ●Bump The bump input accepts a shader that perturbs the normal for bump ma […]
以前教えていただいたのに、毎回忘れて調べるのでここに書く。Orientをrotateに変換するVOPの場合orient(bind)を Rotate by Quaternionのquaternionに繋ぎ、qrotateのvecに何かしらのVectorデータを繋ぐ。qrotateにつなぐvectorは、上例の場合vec(0,1,0)としているが、例えば@Nにすれば結構、各ポイントでコントロール可。Wrangleの場合@N = qrotate(@orient, {0,1,0});2022/02/18追記これの活用例。サンプルファイ[...]
read more
Houdini回です。今回は、かつてScatterノードに存在した"Attribute Bias"というアトリビュートについてです。Houdini13→14の変更でScatterノードが変更され、その際Attribute Biasという機能がなくなりました。どういう機能かというと、こういう機能です。ここでは、色情報をもとに発生させたpointの分布にBiasを1→0でかけています。Biasは、日本語だと「偏り」です。Biasが1の場合、赤い部分にだけpointが作られ、Biasが0になるにつれ分布が平均化されています。この機能、個人的には重宝してました。[...]
read more
Houdini studyHoudini study roundI couldn't figure out how to add more control points in Cureve(SOP) later, so I looked into it.The answer is to select the curve, hold down Enter! & Shift, and click!I took the trouble to look it up, but when I looked closely, it was written on[...]
read more
Houdini17でしれっと追加されてた機能、勉強回。Trail(SOP)地味に、Trail(SOP)の機能が追加されてました。速度"v"を付与する際に、加速度"accel"が追加できるようになってました。方法は、パラメータ"Compute Acceleration"をONに。注意点として、パラメータ"Velocity Approximation"をCentral Differenceに設定しないと、ダメらしい。マニュアルがそう言ってた。他のだと、せっかく作ったaccelアトリビュートの値が0になっていました。パラ[...]
read more
NukeのTips回。ノードの入れ替え、Swapの方法。ノードを選択して、Ctrl+Shift押しながら、入れ替えたいノードにドラッグ。実は最近知った、以上![...]
read more
Houdiniノード勉強回。Labs UV Transfer(SOP)UVの転送。以前これについての記事を書いたが、それのすごい版!トポロジが異るジオメトリに対して、いい感じにUVを転送してくれる。ひとまずVDBを介して低解像度ポリゴンを生成して、UVを転送してみるとその制度が分かる。中身をざっと確認してみると、手法的には以前書いた記事の中の、XYZ Distanceを使う手法と基本は同じで、UVのアイランド毎にUV転送を行っています。あとプラスアルファとしてUVの境界部の処理が付いている感じでしょうか。いつのまにこんな便利ノードが、と思うくらい[...]
read more
今回から数回に分けて『user_ibl_env』 と『user_ibl_rect』の二つのノードにスポットを当ててみようと思います。どちらもMaya2013で新たに追加されたノードです。これら「user_ibl」ノードはひとことで言うと、「FinalGatherを使わずに環境光をエミュレートするノード」でしょうか。『user_ibl』のiblはImage Based Lightingの略だそうです。『user_ibl_env』ノード、機能としては以前とりあげた、『mib_bent_normal_env』ノードに似てるかなと。1回目の今回は『user_ibl_en[...]
read more
今回はMayaとAfterEffects回。Mayaから出力したNullとCameraをAfterEffectsで読み込む手順の備忘録です。以下手順。①:locatorの名前を"null"にしておく。("locator"だと何故かAE側で読み込まれないため)②:CameraとNullのキーフレームをベイクしておく。方法は2種。A・・・メニューから Edit -> Key -> Bake SimulationB・・・Graph Editorから -> Curves -> Bake Channel※違いは全チャンネルベイクか、選んだチ[...]
read more
Houdini勉強回。前回、MatchSize(SOP)について取り上げましたが、そこで紹介しなかった機能があります。それが、Restore/Stash Transformのパラメータです。これらを使うことで、MatchSize(ROP)による原点への移動値をアトリビュートとして保持したり、逆にアトリビュートをもとに移動することができます。以下のようなネットワークで、ジオメトリ(任意座標)を原点に移動、Twistをかけて、元の位置に戻す、というものです。(1):MatchSize(SOP)で原点に移動。パラメータ"Stash Transform"を有効に[...]
read moreLet’s start where we left off last time ●Bump The bump input accepts a shader that perturbs the normal for bump ma […]
Let’s start where we left off last time ●Indirect Illumination Options ・FG/GI Multiplier An indirect multiplier th […]
Let’s start where we left off last time ●Anisotropy ・Anisotropy Sets the ratio between the width and height of the […]
Let’s start where we left off last time ●Refraction ・Index of Refraction The amount that a ray of light bends when […]
I checked and summarized “mia_material” Although there was a blank part of the knowledge which has not yet b […]




