work on texture and dynamic and something

This commit is contained in:
Tonton Th
2025-12-21 05:32:19 +01:00
parent 99496a7e57
commit 33de761dcd
7 changed files with 147 additions and 31 deletions

View File

@@ -178,6 +178,24 @@ finish {
pigment { rgb <0.0, 0.8, 0.8> } finish { ambient 0.33 } }
/* ------------------------------------------------------------ */
/* nouvelle texture du début du jour de l'hiver 2025 */
#declare T_WIP_rasta = texture
{
pigment {
granite
color_map {
[0.00 color Black ]
[0.30 color Red ]
[0.50 color Green ]
[0.70 color Yellow ]
[1.00 color Black ]
}
}
finish { phong 0.23 ambient 0.40 }
scale <3, 4, 3>
}
/* ------------------------------------------------------------ */
#declare GoldDark = texture
{