moved a constant to globals

This commit is contained in:
Tonton Th 2025-01-14 09:06:51 +01:00
parent 8d438d5885
commit 8b3126cd78
2 changed files with 6 additions and 3 deletions

View File

@ -62,8 +62,6 @@ blob {
// =======================================================
#declare SzSol = 26;
#declare Le_Sol = object
{
height_field {

View File

@ -1,7 +1,7 @@
global_settings {
assumed_gamma 1.0
ambient_light rgb <0.23, 0.23, 0.21>
ambient_light rgb <0.18, 0.18, 0.21>
max_trace_level 15
}
@ -22,9 +22,14 @@ global_settings {
* Some constants...
*/
#declare SzSol = 30;
#declare R_basecone = 0.117;
#declare H_cone = 0.97;
#declare R_gyro = 0.10;
#declare H_gyro = 1.20;
/* ------------------------------------------------------------ */
/*
* Usefull macros