Compare commits

...

2 Commits

Author SHA1 Message Date
Tonton Th
15e8b7fb7c pimping HorlogeDouble 2026-04-25 00:34:25 +02:00
Tonton Th
6fc9de92c1 add a new texture 2026-04-24 22:25:12 +02:00
2 changed files with 16 additions and 4 deletions

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 }

View File

@@ -169,6 +169,14 @@ finish {
reflection { 0.21 metallic } reflection { 0.21 metallic }
} }
} }
/* ------------------------------------------------------------ */
/* new 24 avril 2026 */
#declare T_GlowGreen = texture
{
pigment{ srgb <0.10, 1.20, 0.10>}
finish { ambient 0.91 diffuse 0.6 specular 0 }
}
/* ------------------------------------------------------------ */ /* ------------------------------------------------------------ */
/* /*