Lightflow質感設定その3 レイトレース反射色
- Lightflow > Lightflow python script
- by yuichirou yokomakura
- 2010.08.16 Monday 00:42
レイトレース反射色krを0.95にしてみた。
plastic = s.newMaterial( "standard",[ "kc", vector3( 1, 0, 0 ),"kr",vector3(0.95,0.95,0.95) ] ) #赤
plastic2 = s.newMaterial( "standard",[ "kc", vector3( 0, 1, 0 ),"kr",vector3(0.95,0.95,0.95) ] ) #緑
plastic3 = s.newMaterial( "standard",[ "kc", vector3( 0, 0, 1 ),"kr",vector3(0.95,0.95,0.95) ] ) #青

plastic = s.newMaterial( "standard",[ "kc", vector3( 1, 0, 0 ),"kr",vector3(0.95,0.95,0.95) ] ) #赤
plastic2 = s.newMaterial( "standard",[ "kc", vector3( 0, 1, 0 ),"kr",vector3(0.95,0.95,0.95) ] ) #緑
plastic3 = s.newMaterial( "standard",[ "kc", vector3( 0, 0, 1 ),"kr",vector3(0.95,0.95,0.95) ] ) #青

- -
- -