texturing is a mess
This commit is contained in:
parent
f28b260f8d
commit
abaa6437fd
11
globals.inc
11
globals.inc
@ -55,7 +55,7 @@ finish { phong 0.23 }
|
|||||||
#declare T_WIP_alert = texture
|
#declare T_WIP_alert = texture
|
||||||
{
|
{
|
||||||
pigment { color Red }
|
pigment { color Red }
|
||||||
finish { ambient 1 specular 0.90 }
|
finish { ambient 1 specular 0.80 }
|
||||||
}
|
}
|
||||||
|
|
||||||
#declare T_Planete_A = texture
|
#declare T_Planete_A = texture
|
||||||
@ -97,6 +97,15 @@ finish { roughness 1.00 }
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#declare tPlasticGreen = texture
|
||||||
|
{
|
||||||
|
pigment{rgb <0.50, 2.000, 0.0>}
|
||||||
|
finish {
|
||||||
|
ambient 0.1
|
||||||
|
diffuse 0.6
|
||||||
|
specular 0.3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#declare Flashy = texture {
|
#declare Flashy = texture {
|
||||||
pigment {
|
pigment {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user