From 346a4ed6adeb347a08ad09fc49be8828ca465152 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Wed, 17 Dec 2025 19:36:17 +0100 Subject: [PATCH] the "fiouuu" commit --- contexte.inc | 2 +- gadgets.inc | 4 ++-- globals.inc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contexte.inc b/contexte.inc index a3b3729..2aacf23 100644 --- a/contexte.inc +++ b/contexte.inc @@ -377,7 +377,7 @@ union { object { Les_Cahutes () translate <22, 0, -9> } /* les trucs dans le Y négatif */ - object { OpenBox(1.5, 0.08) translate <-16, 1.49, -86> } + object { OpenBox(1.5, 0.08) translate <-16, 1.49, -88> } object { OpenBox(1.5, 0.08) translate <-18, 1.52, -104> } object { OpenBox(1.5, 0.08) translate <-17, 1.52, -134> } object { Les_Cahutes () translate <27, 0, -79> } diff --git a/gadgets.inc b/gadgets.inc index 0bba6a6..11479ec 100644 --- a/gadgets.inc +++ b/gadgets.inc @@ -35,8 +35,8 @@ merge { #local C2X = (R_C + 0.2) * sin(CK2+rand(Rng1)) * sin(CK*3); #local C2Z = (R_C + 0.3) * (sin(-CK2+rand(Rng1)) * cos(CK*(rand(Rng1)))); - #local Rt = 0.03+(0.02*Cos_010(NormClock)); - #local H = 1.56; + #local Rt = 0.02+(0.03*Cos_010(NormClock)); + #local H = 1.26; cylinder { 0, , Rt } sphere { , Rt } #end diff --git a/globals.inc b/globals.inc index ab6bff4..7d9559f 100644 --- a/globals.inc +++ b/globals.inc @@ -1,7 +1,7 @@ global_settings { assumed_gamma 1.0 - ambient_light rgb <0.44, 0.44, 0.44> + ambient_light rgb <0.48, 0.47, 0.48> max_trace_level 15 }