This commit is contained in:
Tonton Th 2025-05-24 14:20:20 +02:00
parent 3fd4ce827f
commit 435d5b56b3
2 changed files with 3 additions and 2 deletions

View File

@ -353,6 +353,7 @@ union {
object { QuadriLight }
object { Les_GyroPhares () }
object { Les_HexaPoles }
object { Horloge rotate y*27 translate < 3, 0, -30> }
}
}
/* ------------------------------------------------------------ */

View File

@ -6,7 +6,7 @@
/* ======================================================= */
#declare Horloge = object
{
#local Texte = str(NormClock, 6, 4);
#local Texte = str(NormClock, 6, 3);
#debug concat("Texte horloge ", Texte, "\n\n")
text {
@ -15,7 +15,7 @@ text {
}
scale 3.00
rotate 90*x
translate <-4.5, 0.02, 0>
translate <-4.5, 0.04, 0>
}
// =======================================================