another bunch of little changes
This commit is contained in:
18
globals.inc
18
globals.inc
@@ -227,6 +227,24 @@ scale <3, 4, 3>
|
||||
finish { phong 1 }
|
||||
}
|
||||
|
||||
#declare T_WIP_redwave = texture
|
||||
{
|
||||
pigment {
|
||||
wood
|
||||
color_map {
|
||||
[0.0 color Gray60 ]
|
||||
[0.49 color Gray80 ]
|
||||
[0.51 color Red ]
|
||||
[1.0 color Red ]
|
||||
}
|
||||
turbulence 0.14
|
||||
translate <NormClock*0.5, sqrt(NormClock*0.49),
|
||||
NormClock*0.6>
|
||||
scale <0.7, 0.3, 1>
|
||||
}
|
||||
finish { ambient 0.7 }
|
||||
}
|
||||
|
||||
// le 10 fevrier 2026 -----------------
|
||||
#declare T_WIP_dents = texture
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user