another bunch of little changes

This commit is contained in:
Tonton Th
2026-02-20 12:54:57 +01:00
parent 4dca1e7d79
commit 2eea147f82
12 changed files with 71 additions and 37 deletions

View File

@@ -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
{