thi is a really big commit

This commit is contained in:
Tonton Th
2025-10-10 12:52:49 +02:00
parent a5f2e41502
commit 8c60007b71
20 changed files with 136 additions and 78 deletions

View File

@@ -20,15 +20,20 @@ merge {
#for (Foo, 0, 7)
#local C2X = 4 * sin(CK+rand(Rng1)) * sin(CK*3);
#local C2Z = 3 * (sin(-CK+rand(Rng1)) * cos(CK*(5+rand(Rng1))));
#local R = 0.05+(0.02*Cos_010(NormClock));
#local R = 0.05+(0.04*Cos_010(NormClock));
cylinder { 0, <C2X, 4.5, C2Z>, R }
sphere { <C2X, 4.5, C2Z>, R }
#end
}
texture { tPlasticOrange }
scale <0.62, 0.5, 0.65>
#if (NormClock < 225)
texture { tPlasticOrange }
#else
texture { Ruby_Glass }
#end
scale <0.62, 0.5, 0.61>
rotate -y*clock
translate y*1.6666666
translate y*1.50
}
/* ======================================================= */
@@ -110,8 +115,8 @@ union {
#macro HexaPole ()
union {
object { Base_hexapole () scale <0.27, 0.2, 0.27> }
object { HexaPole_tubes () translate y*0.2 }
object { Base_hexapole () scale <0.24, 0.2, 0.24> }
object { HexaPole_tubes () translate y*0.25 }
rotate y*(53*rand(Rng1))
}
#end // macro