Compare commits
2 Commits
a338717ac8
...
15e8b7fb7c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15e8b7fb7c | ||
|
|
6fc9de92c1 |
12
gadgets.inc
12
gadgets.inc
@@ -148,7 +148,7 @@ texture { T_WIP_bluewave scale 0.21 rotate <clock, clock/2, clock/3> }
|
||||
|
||||
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 }
|
||||
|
||||
@@ -169,6 +169,14 @@ finish {
|
||||
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 }
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user