les derniers commits de 2026
This commit is contained in:
23
globals.inc
23
globals.inc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user