commit su soir, espoir

This commit is contained in:
Tonton Th
2026-01-22 02:38:31 +01:00
parent c08cd56637
commit 02556e71d3
16 changed files with 69 additions and 40 deletions

View File

@@ -45,7 +45,7 @@ object {
/* le corps */
merge {
#local L2 = Longueur / 2;
#local R = 0.27;
#local R = 0.29;
cylinder { <L2, 0, 0>, <-L2, 0, 0>, R }
sphere { <0, 0, 0>, R
scale <3, 1, 1>
@@ -63,9 +63,9 @@ object {
scale <2.5, 1, 1> translate x*L2*0.75
}
#local R = rand(Rng1);
#if (R < 0.333) texture { T_Brass_2C }
#elseif (R < 0.25) texture { GoldDark }
#elseif (R < 0.50) texture { T_Chrome_5A }
#if (R < 0.27) texture { T_Brass_2C }
#elseif (R < 0.56) texture { GoldDark }
#elseif (R < 0.70) texture { T_Chrome_5A }
#else texture { T_Gold_3C }
#end
}