下面图老师小编跟大家分享一个简单易学的maya中mental ray节点和灯光使用教程,get新技能是需要行动的,喜欢的朋友赶紧收藏起来学习下吧!
【 tulaoshi.com - 设计软件 】
这里一起来看看MR的BUMP的节点连接用法.这篇教程里可以看到节点的连接以及相关参数解释,还有MR的灯光节点的使用以及DGS材质的用法.
效果大致如下,因为只说节点连接,效果就没细调了.
创建一个场景,打好灯光,用聚光灯.场景不上传了,
在MR中,要产生BUMP需要两个节点. Bump Basis Generator
此节点用来产生BUMP向量, (比如UV,XY,XZ,YZ,球体或者柱体)然后把输出值接入下一个节点.所以先创建这两个节点,如图:
Bump Basis Generator的参数解释如下: project specifies the projection to perform, as described above. All projections are based on the 3D point in space after conversion to object space. This parameter is used to orient the bump basis.
ntex is the texture space to use, in the range 0 ... 63. It is used only if project is UV (5) or disabled (0 or negative). Otherwise ntex is ignored.
把Bump Basis Generator和mib_passthrough_bump_map连接,在连接窗口中
此外还需要一个顶点产生节点和一个纹理平铺节点来控制mib_passthrough_bump_map中MIB文件贴图,所以再创建两个节点, mib_texture_vector1和mib_texture_remap1,并且做如下连接:
mib_texture_vector1.outValue= mib_texture_remap1.input;
mib_texture_remap1.outValue= mib_passthrough_bump_map1.coord;
mib_passthrough_bump_map1的关键属性是factor,这个就是控制BUMP数值的地方.
(本文来源于图老师网站,更多请访问http://www.tulaoshi.com/shejiruanjian/)
来源:http://www.tulaoshi.com/n/20160318/1891785.html
看过《maya中mental ray节点和灯光使用》的人还看了以下文章 更多>>