release of the official "full-v2" video
This commit is contained in:
19
globals.inc
19
globals.inc
@@ -47,6 +47,25 @@ global_settings {
|
||||
pigment { color Cyan*0.60 }
|
||||
finish { phong 0.01 }
|
||||
}
|
||||
|
||||
#declare T_WIP_alert = texture
|
||||
{
|
||||
pigment { color Red }
|
||||
finish { specular 0.90 }
|
||||
}
|
||||
|
||||
#declare T_Planete_A = texture
|
||||
{
|
||||
pigment { color rgb <0.20, 0.30, 0.10> }
|
||||
normal { dents 0.38 scale 0.5}
|
||||
finish { phong 0.80 reflection 0.05 }
|
||||
}
|
||||
#declare T_Planete_B = texture
|
||||
{
|
||||
pigment { rgb <0.40, 0.50, 0.70> }
|
||||
finish { metallic 0.50 reflection 0.55 }
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/*
|
||||
* Usefull macros
|
||||
|
||||
Reference in New Issue
Block a user