From 15e8b7fb7c05654ba0fc9748818ca812fb764a12 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sat, 25 Apr 2026 00:34:25 +0200 Subject: [PATCH] pimping HorlogeDouble --- gadgets.inc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gadgets.inc b/gadgets.inc index fab6a84..d8eaef6 100644 --- a/gadgets.inc +++ b/gadgets.inc @@ -148,7 +148,7 @@ texture { T_WIP_bluewave scale 0.21 rotate } text { ttf "datas/dotmatrx.ttf" Texte 0.15, 0 - texture { tPlasticGreen } + texture { T_GlowGreen } } scale <1.76, 1.70, 1.76> rotate 90*x @@ -159,13 +159,17 @@ translate <-4.3, 0.046, 0> #local Horloge2 = object { 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 { union { - box { <-3.10, 0.0, -0.06>, <3.10, 1.68, 0.06> - texture { LeGris } } + difference { + 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; object { Horloge2 rotate y*180 translate z*EC } object { Horloge2 translate -z*EC }