preparing the next release, stay tuned
This commit is contained in:
16
globals.inc
16
globals.inc
@@ -1,7 +1,7 @@
|
||||
|
||||
global_settings {
|
||||
assumed_gamma 1.0
|
||||
ambient_light rgb <0.18, 0.18, 0.21>
|
||||
ambient_light rgb <0.17, 0.17, 0.21>
|
||||
max_trace_level 15
|
||||
}
|
||||
|
||||
@@ -22,14 +22,24 @@ global_settings {
|
||||
* Some constants...
|
||||
*/
|
||||
|
||||
#declare SzSol = 30;
|
||||
#declare SzSol = 34;
|
||||
|
||||
#declare R_basecone = 0.117;
|
||||
#declare H_cone = 0.97;
|
||||
|
||||
#declare R_gyro = 0.10;
|
||||
#declare R_gyro = 0.08;
|
||||
#declare H_gyro = 1.20;
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/*
|
||||
* Some textures...
|
||||
*/
|
||||
|
||||
#declare WIP_color = texture
|
||||
{
|
||||
pigment { color Cyan*0.60 }
|
||||
finish { phong 0.01 }
|
||||
}
|
||||
/* ------------------------------------------------------------ */
|
||||
/*
|
||||
* Usefull macros
|
||||
|
||||
Reference in New Issue
Block a user