preparation edition automnale

This commit is contained in:
Tonton Th
2025-08-29 22:57:24 +02:00
parent bf7550e52e
commit d30036415a
7 changed files with 46 additions and 33 deletions

View File

@@ -11,7 +11,7 @@ global_settings {
#include "stones.inc"
#include "woods.inc"
#declare Rng1 = seed(1789);
#declare Rng1 = seed(1337);
#declare foo = rand(Rng1);
#declare Rng2 = seed(now*24*60*60);
#declare bar = rand(Rng2);
@@ -32,14 +32,14 @@ global_settings {
#declare R_basecone = 0.117;
#declare H_cone = 0.97;
#declare R_gyro = 0.08;
#declare R_gyro = 0.14;
#declare H_gyro = 1.80;
#declare H_gylampe = 0.25;
#declare H_QuadriLight = 34;
#declare H_QuadriLight = 37;
#declare E_QuadriLight = SzSol * 1.35;
#declare R_circular = (SzSol * 1.40);
#declare R_circular = (SzSol * 1.60);
/* ------------------------------------------------------------ */
/*
@@ -49,7 +49,7 @@ global_settings {
#declare WIP_color = texture
{
pigment { color Cyan*0.60 }
finish { phong 0.01 }
finish { phong 0.21 }
}
#declare T_WIP_alert = texture
@@ -67,7 +67,7 @@ finish { phong 0.70 reflection 0.05 }
#declare T_Planete_B = texture
{
pigment { rgb <0.40, 0.50, 0.70> }
finish { metallic 0.50 reflection 0.55 }
finish { metallic 0.55 reflection 0.55 }
}
/*
@@ -83,7 +83,7 @@ finish { roughness 1.00 }
#declare T_Beton_2 = texture
{
pigment { color <0.7, 0.6, 0.5> }
normal { dents 0.25 scale 2 }
normal { dents 0.25 scale 3 }
finish { roughness 1.00 }
}