les derniers commits de 2026

This commit is contained in:
Tonton Th
2026-01-01 00:50:52 +01:00
parent d3e630b423
commit 0ba81b2668
21 changed files with 192 additions and 86 deletions

View File

@@ -46,7 +46,7 @@ global_settings {
* Some textures...
*/
#declare WIP_color = texture
#declare T_WIP_color = texture
{
pigment { color Cyan*NormClock }
finish { phong 0.23 ambient 0.50 }
@@ -195,6 +195,27 @@ pigment {
finish { phong 0.23 ambient 0.40 }
scale <3, 4, 3>
}
/* ------------------------------------------------------------ */
/* nouveau du lundi d'après noël 2025 */
#declare T_WIP_bluewave = texture
{
pigment {
wood
color_map {
[0.0 color Gray70 ]
[0.5 color Gray80 ]
[0.5 color Blue ]
[1.0 color Blue ]
}
// XXX rotate y*49
translate <NormClock*0.1, sqrt(NormClock*0.4),
NormClock*0.333>
scale <0.2, 0.3, 1>
}
finish { phong 1 }
}
/* ------------------------------------------------------------ */
#declare GoldDark = texture