tuning textures
This commit is contained in:
parent
d30036415a
commit
d25c217e6a
14
globals.inc
14
globals.inc
@ -48,8 +48,8 @@ global_settings {
|
||||
|
||||
#declare WIP_color = texture
|
||||
{
|
||||
pigment { color Cyan*0.60 }
|
||||
finish { phong 0.21 }
|
||||
pigment { color Cyan*0.55 }
|
||||
finish { phong 0.23 }
|
||||
}
|
||||
|
||||
#declare T_WIP_alert = texture
|
||||
@ -87,6 +87,16 @@ normal { dents 0.25 scale 3 }
|
||||
finish { roughness 1.00 }
|
||||
}
|
||||
|
||||
#declare tPlasticOrange = texture
|
||||
{
|
||||
pigment{rgb <2.000, 0.50, 0.0>}
|
||||
finish {
|
||||
ambient 0.1
|
||||
diffuse 0.6
|
||||
specular 0.3
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#declare Flashy = texture {
|
||||
pigment {
|
||||
|
Loading…
Reference in New Issue
Block a user