misc changes

This commit is contained in:
Tonton Th 2025-02-10 16:11:51 +01:00
parent 14c6cbb818
commit e7ccaf8089

View File

@ -9,6 +9,7 @@ global_settings {
#include "metals.inc"
#include "textures.inc"
#include "stones.inc"
#include "woods.inc"
#declare Rng1 = seed(1337);
#declare foo = rand(Rng1);
@ -22,8 +23,8 @@ global_settings {
* Some constants...
*/
#declare SzSol = 36;
#declare SzBase = 2.5;
#declare SzSol = 34;
#declare SzBase = 2.85;
#declare H_base = 0.10;
#declare R_basecone = 0.117;
@ -33,6 +34,9 @@ global_settings {
#declare H_gyro = 1.20;
#declare H_gylampe = 0.20;
#declare H_QuadriLight = 20;
#declare E_QuadriLight = SzSol * 0.85;
/* ------------------------------------------------------------ */
/*
* Some textures...