[問題]GI_JOE for maya5.0. Where can download?

各Maya用戶可在這裡交流問題和分享制作經驗

版主: h2o, stantang

[問題]GI_JOE for maya5.0. Where can download?

文章anima » 8日 10月 2003年, 13:32

tell me please.
頭像
anima
討論區新秀
討論區新秀
 
文章: 11
註冊時間: 10日 3月 2003年, 18:51

Share On:

Share on Facebook Facebook Share on Twitter Twitter

文章h2o » 8日 10月 2003年, 15:11

FB
My Lab
CG guy + Researcher + Educator
頭像
h2o
討論區主持
討論區主持
 
文章: 4945
註冊時間: 7日 4月 2002年, 08:00
來自: Dark Side
外號: 水水

文章johngalliano » 8日 10月 2003年, 18:12

I can just see GIJoe for maya4.5, dunno if it's ok for 5.0.
If u want to use GIJoe because u want to have environment lighting, then u can try to use colorAtPoint command(undocumented b4 5.0) to instruct ur lights to lookup a color from a texture. Convert the lights positions (on a virtual unit sphere centred at the origin, for example)to a uv value and use the value in the colorAtPoint command. For example:

$lightpos = unit($lightpos);
$u = (-atan($lightpos.x, $lightpos.z) + PI) / (2*PI);
$v = 1-acos($lightpos.y)/PI;
$lookedupcolor = `colorAtPoint -u $u -v $v -o RGB texNodeName`;

As I remember, the author of GIJoe (Emmanuel Campin )used quite a lot of (in fact, the same as the no. of lights) closestPointOnSurface nodes that make GIJoe very slow. But I'm not sure about this in the newest version.
johngalliano
CGV討論區會員
CGV討論區會員
 
文章: 408
註冊時間: 10日 1月 2003年, 01:12

文章anima » 10日 10月 2003年, 16:31

thank you !
頭像
anima
討論區新秀
討論區新秀
 
文章: 11
註冊時間: 10日 3月 2003年, 18:51


回到 Autodesk Maya

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 7 位訪客