ready for the next run ?

This commit is contained in:
Tonton Th
2026-03-14 14:38:41 +01:00
parent c37530d999
commit f3eabfb68b
14 changed files with 203 additions and 136 deletions

View File

@@ -11,7 +11,7 @@ global_settings {
#include "stones.inc"
#include "woods.inc"
#declare Rng1 = seed(1221);
#declare Rng1 = seed(314);
#declare foo = rand(Rng1);
#declare Rng2 = seed(now*24*60*60);
#declare bar = rand(Rng2);
@@ -77,7 +77,7 @@ finish { phong 0.70 reflection 0.05 }
#declare T_Planete_B = texture
{
pigment { rgb <0.42, 0.50, 0.70> }
normal { dents 0.14 scale 0.5}
normal { dents 0.18 scale 0.5}
finish { metallic 0.50 reflection 0.33 }
}
/* ------------------------------------------------------------ */