pimping HorlogeDouble

This commit is contained in:
Tonton Th
2026-04-25 00:34:25 +02:00
parent 6fc9de92c1
commit 15e8b7fb7c

View File

@@ -148,7 +148,7 @@ texture { T_WIP_bluewave scale 0.21 rotate <clock, clock/2, clock/3> }
text { text {
ttf "datas/dotmatrx.ttf" Texte 0.15, 0 ttf "datas/dotmatrx.ttf" Texte 0.15, 0
texture { tPlasticGreen } texture { T_GlowGreen }
} }
scale <1.76, 1.70, 1.76> scale <1.76, 1.70, 1.76>
rotate 90*x rotate 90*x
@@ -159,13 +159,17 @@ translate <-4.3, 0.046, 0>
#local Horloge2 = object #local Horloge2 = object
{ {
object { Horloge scale <1, 0.28, 1> rotate -x*90 object { Horloge scale <1, 0.28, 1> rotate -x*90
translate <0.802, 0.18, 0> } translate <0.912, 0.21, 0> }
} }
#declare HorlogeDouble = object #declare HorlogeDouble = object
{ {
union { union {
box { <-3.10, 0.0, -0.06>, <3.10, 1.68, 0.06> difference {
texture { LeGris } } box { <-3.10, 0.00, -0.16>, <3.10, 1.68, 0.16> }
box { <-3.08, 0.02, -0.04>, <3.08, 1.66, -1.00> }
box { <-3.08, 0.02, 0.04>, <3.08, 1.66, 1.00> }
texture { LeGris }
}
#local EC = 0.18; #local EC = 0.18;
object { Horloge2 rotate y*180 translate z*EC } object { Horloge2 rotate y*180 translate z*EC }
object { Horloge2 translate -z*EC } object { Horloge2 translate -z*EC }