big revamping, part 1

This commit is contained in:
Tonton Th
2026-01-02 21:15:55 +01:00
parent f5b2e1c227
commit a575e428b2
26 changed files with 148 additions and 189 deletions

View File

@@ -148,14 +148,15 @@ finish {
}
}
/* new: 28 octobre 2025 */
/* ------------------------------------------------------------ */
/* new: 28 octobre 2025 */
#declare Ground_Texture = texture
{
pigment { rgb <0.31, 0.33, 0.24> }
normal { dents 0.22 scale 1.666}
finish {
ambient 0 specular 0.3 metallic roughness 0.18
reflection { 0.4 metallic }
ambient 0 specular 0.3 metallic roughness 0.33
reflection { 0.23 metallic }
}
}