le commit avant-sieste

This commit is contained in:
Tonton Th
2025-12-18 22:28:33 +01:00
parent 38d3863124
commit 9aa1f37dcf
7 changed files with 46 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
global_settings {
assumed_gamma 1.0
ambient_light rgb <0.48, 0.47, 0.48>
ambient_light rgb <0.48, 0.49, 0.48>
max_trace_level 15
}
@@ -11,7 +11,7 @@ global_settings {
#include "stones.inc"
#include "woods.inc"
#declare Rng1 = seed(1789);
#declare Rng1 = seed(1957);
#declare foo = rand(Rng1);
#declare Rng2 = seed(now*24*60*60);
#declare bar = rand(Rng2);
@@ -152,7 +152,7 @@ finish {
#declare Ground_Texture = texture
{
pigment { rgb <0.31, 0.33, 0.24> }
normal { dents 0.22 scale 1.6}
normal { dents 0.22 scale 1.666}
finish {
ambient 0 specular 0.3 metallic roughness 0.18
reflection { 0.4 metallic }