preparing the next release, stay tuned

This commit is contained in:
Tonton Th
2025-01-27 03:34:51 +01:00
parent 1944fdd337
commit 949d5b328d
12 changed files with 126 additions and 98 deletions

View File

@@ -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