标签:maya

24
Oct

VRay PBR Shader

参考资料:http://www.marmoset.co/toolbag/learn/pbr-practice/https://seblagarde.wordpress.com/tag/physically-based-renderin...
24
Sep

Atom as Python Editor for Maya

Atom是github内部的开源编辑软件,功能丰富,可以在社区上找到各类扩展插件,其中也包括MAYA,NUKE等软件的支持,可以把代码直接发送到MAYA等软件中执行,非常快捷高效。安装:Python 2.7https://www.py...
16
Aug

GGX Shader for Vray

GGX Shader是Vray3.1所加入的一种反射光照模型,来弥补之前Phong,Blinn,Ward三种的不足。GGX是微表面(microfacet)的材质模型,对于表现表面灯光的反射极为成功,简单来说GGX就是像Blinn一样的...