horloge
This commit is contained in:
parent
3fd4ce827f
commit
435d5b56b3
@ -353,6 +353,7 @@ union {
|
|||||||
object { QuadriLight }
|
object { QuadriLight }
|
||||||
object { Les_GyroPhares () }
|
object { Les_GyroPhares () }
|
||||||
object { Les_HexaPoles }
|
object { Les_HexaPoles }
|
||||||
|
object { Horloge rotate y*27 translate < 3, 0, -30> }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
/* ======================================================= */
|
/* ======================================================= */
|
||||||
#declare Horloge = object
|
#declare Horloge = object
|
||||||
{
|
{
|
||||||
#local Texte = str(NormClock, 6, 4);
|
#local Texte = str(NormClock, 6, 3);
|
||||||
#debug concat("Texte horloge ", Texte, "\n\n")
|
#debug concat("Texte horloge ", Texte, "\n\n")
|
||||||
|
|
||||||
text {
|
text {
|
||||||
@ -15,7 +15,7 @@ text {
|
|||||||
}
|
}
|
||||||
scale 3.00
|
scale 3.00
|
||||||
rotate 90*x
|
rotate 90*x
|
||||||
translate <-4.5, 0.02, 0>
|
translate <-4.5, 0.04, 0>
|
||||||
}
|
}
|
||||||
|
|
||||||
// =======================================================
|
// =======================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user