a lot of little changes

This commit is contained in:
Tonton Th
2025-11-13 02:15:11 +01:00
parent 030f2fb2cf
commit 0b04ffd359
17 changed files with 152 additions and 124 deletions

View File

@@ -5,19 +5,21 @@
// =======================================================
// on va tenter de placer un truc qui bouge
// sur le rail circulaire
// on va tenter de placer quelques trucs
// qui bougent sur le rail circulaire
#local CK = NormClock * 5.750; // radians
#for (foo, 0, 5)
#local CK = (NormClock+(foo*0.019)) * 4.750; // radians
#declare Xpos = R_circular * sin(CK);
#declare Zpos = R_circular * cos(CK);
#declare AR = degrees(CK);
object {
Wagonnet_0 (4)
Wagonnet_0 (2.4)
rotate y*AR
translate <Xpos, 1.25, Zpos>
translate <Xpos, 0.75, Zpos>
}
#end // for
//
object { Les_Bibelots rotate y*clock translate UnderHoles[2] }