a lot of change, stay tuned

This commit is contained in:
Tonton Th
2025-02-19 02:49:16 +01:00
parent 532560518c
commit db5eedffe1
17 changed files with 285 additions and 205 deletions

View File

@@ -11,7 +11,7 @@ global_settings {
#include "stones.inc"
#include "woods.inc"
#declare Rng1 = seed(1337);
#declare Rng1 = seed(1664);
#declare foo = rand(Rng1);
#declare Rng2 = seed(now*24*60*60);
#declare bar = rand(Rng2);
@@ -24,6 +24,7 @@ global_settings {
*/
#declare SzSol = 34;
#declare SzBase = 2.85;
#declare H_base = 0.10;
@@ -32,10 +33,10 @@ global_settings {
#declare R_gyro = 0.09;
#declare H_gyro = 1.20;
#declare H_gylampe = 0.20;
#declare H_gylampe = 0.25;
#declare H_QuadriLight = 20;
#declare E_QuadriLight = SzSol * 0.85;
#declare H_QuadriLight = 36;
#declare E_QuadriLight = SzSol * 1.35;
/* ------------------------------------------------------------ */
/*
@@ -66,6 +67,23 @@ pigment { rgb <0.40, 0.50, 0.70> }
finish { metallic 0.50 reflection 0.55 }
}
/*
* deux textures
*/
#declare T_Beton_1 = texture
{
pigment { color <0.9, 0.8, 0.8> }
normal { dents 0.75 scale 0.3 }
finish { roughness 1.00 }
}
#declare T_Beton_2 = texture
{
pigment { color <0.7, 0.6, 0.6> }
normal { dents 0.25 scale 2 }
finish { roughness 1.00 }
}
/* ------------------------------------------------------------ */
/*
* Usefull macros