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 […]
SweepノードとSkinノードで作るこういうの↓です。では、早速。まず、ガイド&断面の元となるカーブを用意します。ここではガイドのカーブにスパイラルカーブを、断面に円を用意しました。Sweepノードを使うと、ガイドカーブに沿って断面の円を配置することができます↓さらに、skinノードを使うと、これに面を張れます。場所によって太くしたり細くしたりしたいので、vopsop使ってそれを実現してます。(VopSopの中身については後述)最後にCarveノードでにょ~んってやって出来上がり!全体のネットワークは次の通りです。V[...]
read more
FumeFXのPreviewを出力する方法。FumeのUIメニューから、Preview->Make Preview。同じくPlay Previewで作ったPreviewを確認出来る。実は知ったのはFume使い始めてかなりたった頃でして・・・、うっかりです。普通にメニューにあるのに見えてなかったです。Fumeは使ってて、レンダリングよりプレビューの方がかっこいい!って思うことも時々あったりして・・・困りますよねw その1 ,その2 ,その3 ,その4 ,その5, その6, その7, その8, その9[...]
read more
Let's start where we left off last time●Refraction・Index of RefractionThe amount that a ray of light bends when entering a material。A value of 1 equals air, a value of 1.33 water.・ColorRefraction color.・Transparency・GlossinessDetermines the smoothness of the surface for refra[...]
read more
I checked and summarized "mia_material"Although there was a blank part of the knowledge which has not yet been buried, I wrote about each parameter as a memorandum.Please let me know if there are any mistakes.I used Maya2013 to my research.There are three types of "mia_material".They a[...]
read more
Houdiniで川のシミュレーションやってみました。Base10,000,000 Points(Compress)WhiteWater20,000,000 Points(whitout Bubble)fluidcompressのおかげで以前よりずいぶんデータ容量削減できて、ありがたや。WhiteWaterのキャッシュは相変わらず重い。全部入りだと2Tのハードディスク使いきっちゃったのでBubbleなし。600フレ計算させてキャッシュは300Gくらいでした。おうちマシンで一週間くらい放置して計[...]
read more
Houdini回。Wrangle(SOP)のVEX例文。メモより抜粋その3。脈絡はないです。あと、時々コードが文字化けしてます。すいません。ローカル変数のマッピングi@test = 0;addvariablename(geoself(), "test", "TEST");自分で作ったアトリビュートをローカル変数として定義する。ここで定義したローカル変数は、このaddvariablenameという関数をサポートしたノードで利用可能らしい。最近の仕様では、あまりローカル変数使わないようになってるんだっけ[...]
read more
Houdini Tips!Previously,I posted an aricle that advecting particles by using smoke.this is another Method of that.The previous article, I use "POP Advect by Volume" Node, in order to move the particles by the smoke.You can do the same thing using VDB.Using VDB Advect Points(SOP) Node[...]
read more
Houdini回。COPで画像をデフォームさせる方法。サンプルファイルCOP_Deform.hiplcつまりこうじゃ。ネットワークはこうじゃ。COP Input(COP)ノードが紹介したいポイントじゃ。初めて使ったのじゃ。このノードを内包する、VOP(COP)ノードの入力情報(pixel情報)を引っ張てこれるヤツかなと思うじゃ。ここではノイズかけたXY値をUVに使うことで、画像を歪めていますじゃ。作例と余談丸いショックウェーブ的な絵を作ろうとして、調べていたのです。AfterEffectsが得意とする領域ですが、A[...]
read more
備忘録をかねて。pythonはモジュロ演算子(%)を使って文字列へのフォーマット操作ができます。型変換だけならstr()等でキャストでもいいのですが、桁揃えとかもやってくれるので極力こっちを使うようにしています。でも、すぐ忘れます。使い方はシンプルi=123print "Hellow World %d" % i#結果#Hellow World 123上の例では、%dの部分が123で置き換えられています。ここで使っている%dは「整数値と入れ替えますよ」の意味。複数を置換する場合は、下のように書きます。[...]
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 […]


