commits du dimanche soir, espoir

This commit is contained in:
Tonton Th
2026-01-04 23:01:37 +01:00
parent 90894f8008
commit 111a7519f1
27 changed files with 153 additions and 59 deletions

View File

@@ -19,12 +19,16 @@
#declare RedB_1_X = -24;
#declare RedB_1_Z = 8;
#declare RedB_2_X = 39;
#declare RedB_2_Z = -14;
#declare RedB_2_X = 36;
#declare RedB_2_Z = -21;
#declare RedB_3_X = 42;
#declare RedB_3_Z = -5;
#declare Pos_RedB_0 = <RedB_0_X, 0, RedB_0_Z>;
#declare Pos_RedB_1 = <RedB_1_X, 0, RedB_1_Z>;
#declare Pos_RedB_2 = <RedB_2_X, 0, RedB_2_Z>;
#declare Pos_RedB_3 = <RedB_3_X, 0, RedB_3_Z>;
#macro RoundBase_0 ( T )
difference {
@@ -364,25 +368,28 @@ union {
translate <RedB_1_X, 0, RedB_1_Z> }
object { RoundBase_0 (T_Planete_B)
translate <RedB_2_X, 0, RedB_2_Z> }
object { RoundBase_0 (T_Planete_A)
translate <RedB_3_X, 0, RedB_3_Z> }
// object { Les_Lumieres }
object { QuadriLight }
object { Les_GyroPhares () }
object { Les_HexaPoles }
object { Horloge rotate y*27 translate < 3, 0, -30> }
object { Les_Choses }
object { Les_Arches (1.9) rotate y*152 translate <-34, 0, -26> }
object { Les_Arches (1.9) rotate y*132 translate <-34, 0, -26> }
object { Les_Cahutes () rotate y*90 translate <24, 0, -10> }
object { Les_Cahutes () translate <2, 0, -40> }
/* les trucs dans le Y négatif */
object { Trois_Arches (1.4) scale 2.7 translate <0, 0, -121> }
object { Trois_Arches (1.4) scale 2.7 translate <0, 0, -131> }
object { OpenBox(1.5, 0.06) translate <-19, 1.49, -88> }
object { OpenBox(1.5, 0.06) translate <-18, 1.52, -104> }
object { OpenBox(1.5, 0.06) translate <-19, 1.52, -134> }
object { OpenBox(1.5, 0.06) translate <-19, 1.52, -104> }
object { OpenBox(1.5, 0.06) translate <-19, 1.52, -144> }
#for (Foo, 0, 5)
object { Les_Cahutes () translate <29, 0, -(77+Foo*9)> }
object { Les_Cahutes () translate <29, 0, -(77+Foo*11)> }
#end // for
}
}