meilleure cahute ?

This commit is contained in:
Tonton Th 2025-12-19 18:29:44 +01:00
parent d19c46c25e
commit ada61cc4fb

View File

@ -147,18 +147,18 @@ difference {
#local KX = KX * Mult; #local KX = KX * Mult;
#local KH = KH * Mult; #local KH = KH * Mult;
#local KZ = KZ * Mult; #local KZ = KZ * Mult;
box { <-KX, 0, -KZ>, <KX, KH, KZ> } box { <-KX, 0.0001, -KZ>, <KX, KH, KZ> }
cylinder { <-10, KH*0.70, 0>, <10, KH*0.72, 0>, KX * 0.666 } cylinder { <-10, KH*0.70, 0>, <10, KH*0.72, 0>, KX * 0.823 }
#local R = rand(Rng1); #local R = rand(Rng1);
// #debug concat("Random = ", str(R, 6, 4), "\n") // #debug concat("Random = ", str(R, 6, 4), "\n")
#if ( R < 0.19 ) texture { T_Planete_A } #if ( R < 0.23 ) texture { T_Planete_A }
#elseif ( R < 0.56 ) texture { T_Beton_1 } #elseif ( R < 0.56 ) texture { T_Beton_1 }
#else texture { T_Beton_2 } #else texture { T_Beton_2 }
#end // if #end // if
rotate y * (277 * rand(Rng1)) rotate y * (207 * rand(Rng1))
} }
#end // macro #end // macro