diff --git a/globals.inc b/globals.inc index 035a28e..3a84cf8 100644 --- a/globals.inc +++ b/globals.inc @@ -9,11 +9,12 @@ global_settings { #include "metals.inc" #include "textures.inc" #include "stones.inc" +#include "woods.inc" #declare Rng1 = seed(1337); -#declare foo = rand(Rng1); +#declare foo = rand(Rng1); #declare Rng2 = seed(now*24*60*60); -#declare bar = rand(Rng2); +#declare bar = rand(Rng2); #declare NormClock = clock / 360.0; @@ -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...