work on texture and dynamic and something
This commit is contained in:
18
globals.inc
18
globals.inc
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user