changes are to small to be commited

This commit is contained in:
Tonton Th 2026-02-09 18:53:47 +01:00
parent 1ed6ce79d1
commit 2d5093eab9

View File

@ -11,7 +11,7 @@
#macro Trois_Portiques (Dist) #macro Trois_Portiques (Dist)
union { union {
object { Portique_A () } object { Portique_A () }
object { Portique_A () translate z*5 } object { Portique_A () scale <1, 1.1, 1> translate z*5 }
object { Portique_A () translate z*10 } object { Portique_A () translate z*10 }
// XXX scale 1.85 // XXX scale 1.85
} }
@ -392,7 +392,7 @@ union {
object { Les_Choses } object { Les_Choses }
object { Les_Arches (1.9) rotate y*132 translate <-34, 0, -26> } object { Les_Arches (1.9) rotate y*132 translate <-34, 0, -26> }
object { Les_Cahutes () translate <2, 0, -40> } object { Les_Cahutes () rotate y*17 translate <2, 0, -40> }
/* --------- les trucs dans le Y négatif */ /* --------- les trucs dans le Y négatif */
// object { Trois_Arches (1.4) scale 2.4 translate <0, 0, -131> } // object { Trois_Arches (1.4) scale 2.4 translate <0, 0, -131> }