Lightflow質感設定その6 拡散量
- Lightflow > Lightflow python script
- by yuichirou yokomakura
- 2010.08.16 Monday 01:55
拡散量がたとえ同じであっても、光源の位置で表情は変わりますね。
kdを0.33としてみた。
kdを0.33としてみた。
plastic = s.newMaterial( "standard",[ "kc", vector3( 0.6, 0.6, 0.6 ),"kd", 0.33 ] )
plastic2 = s.newMaterial( "standard",[ "kc", vector3( 0.6, 0.6, 0.6 ),"kd", 0.33 ] )
plastic3 = s.newMaterial( "standard",[ "kc", vector3( 0.6, 0.6, 0.6 ),"kd", 0.33 ] )

- -
- -