the "fiouuu" commit

This commit is contained in:
Tonton Th 2025-12-17 19:36:17 +01:00
parent a357cd0b1c
commit 346a4ed6ad
3 changed files with 4 additions and 4 deletions

View File

@ -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> }

View File

@ -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, <C2X, H, C2Z>, Rt }
sphere { <C2X, H, C2Z>, Rt }
#end

View File

@ -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
}