une couleur de plus

This commit is contained in:
Tonton Th 2025-11-15 03:51:33 +01:00
parent 32ca8c29c2
commit 58221df55c

View File

@ -14,7 +14,7 @@
merge { merge {
cylinder { 0, y/2, 0.07 } cylinder { 0, y/2, 0.07 }
cylinder { 0, y/8, 0.37 } cylinder { 0, y/8, 0.39 }
#local R = rand(Rng1); #local R = rand(Rng1);
#if ( R < 0.52) #if ( R < 0.52)
texture { T_Beton_1 } texture { T_Beton_1 }
@ -44,9 +44,10 @@ merge {
sphere { <C2X, H, C2Z>, R } sphere { <C2X, H, C2Z>, R }
#end #end
#local R = rand(Rng1); #local R = rand(Rng1);
#if (R < 0.33) texture { tPlasticOrange } #if (R < 0.25) texture { tPlasticOrange }
#elseif (R < 0.66) texture { tPlasticBlue } #elseif (R < 0.50) texture { tPlasticBlue }
#else texture { tPlasticGreen } #elseif (R < 0.75) texture { tPlasticPrune }
#else texture { tPlasticGreen }
#end // if #end // if
scale <0.62, 0.5, 0.61> scale <0.62, 0.5, 0.61>
@ -104,7 +105,7 @@ prism {
#macro HexaPole_tubes () #macro HexaPole_tubes ()
#local R = 0.04; #local R = 0.04;
#local E = 0.58; #local E = 0.51;
#local H = H_cone*1.5; #local H = H_cone*1.5;
union { union {
#for (A, 0, 359, 60) #for (A, 0, 359, 60)