commit of a sunny trolldi

This commit is contained in:
Tonton Th
2026-04-24 10:46:23 +02:00
parent feee435a55
commit a338717ac8
13 changed files with 42 additions and 36 deletions

View File

@@ -10,15 +10,17 @@
#declare Les_Jalons = object
{
union {
#local EC = SzSol + 111;
#local EC = SzSol + 175;
/* les coins */
object { Jalon_0 (0.5, 3, LeGris) translate <-EC, 0, -EC> }
object { Jalon_0 (0.5, 3, LeGris) translate < EC, 0, -EC> }
object { Jalon_0 (0.5, 3, LeGris) translate <-EC, 0, EC> }
object { Jalon_0 (0.5, 3, LeGris) translate < EC, 0, EC> }
object { Jalon_0 (0.5, 8, LeGris) translate <-EC, 0, -EC> }
object { Jalon_0 (0.5, 8, LeGris) translate < EC, 0, -EC> }
object { Jalon_0 (0.5, 8, LeGris) translate <-EC, 0, EC> }
object { Jalon_0 (0.5, 8, LeGris) translate < EC, 0, EC> }
/* les milieux des cotés */
object { Jalon_0 (0.5, 6, LeGris) translate < 0, 0, -EC> }
object { Jalon_0 (0.6, 6, LeGris) translate < 0, 0, EC> }
object { Jalon_0 (0.5, 6, LeGris) translate < EC, 0, 0> }
object { Jalon_0 (0.6, 6, LeGris) translate <-EC, 0, 0> }
}
}
/* ======================================================= */
@@ -28,7 +30,7 @@ union {
object { Portique_A () rotate -y*9 }
object { Portique_A () scale <1, 1.2, 1> translate z*11 }
object { Portique_A () rotate y*9 translate z*22 }
box { <-4, 0, -2>, <4, 0.03, 24> texture { LeGris } }
box { <-4.1, 0, -2>, <4.1, 0.03, 24> texture { LeGris } }
}
#end // macro trois portiques
@@ -199,13 +201,13 @@ union {
object { HexaBalls
texture { Lightning1 scale 0.44 }
rotate <clock/3, clock/4, clock/9>
translate <2, 0.57+Cos_010(NormClock), 4>
translate <2, 0.37+Cos_010(NormClock), 4>
}
object { HexaBalls
texture { Lightning2 scale 0.56 }
rotate <-clock, clock*0.33333, clock*3>
translate <4, 0.61+Cos_010(NormClock), -3>
translate <4, 0.21+Cos_010(NormClock), -3>
}
}
}
@@ -308,7 +310,9 @@ union {
#local CK = radians(foo + (11*rand(Rng1)));
#local DX = 83 * sin(CK);
#local DZ = 79 * cos(CK);
object { Chose () translate < DX, 0, DZ> } // XXX
#if (abs(DX) > 17)
object { Chose () translate < DX, 0, DZ> }
#end
#end
}
}
@@ -364,7 +368,7 @@ union {
object { QuadriLight }
object { Les_GyroPhares () }
object { Les_HexaPoles }
object { HorlogeDouble rotate y*(114*NormClock)
object { HorlogeDouble rotate y*(134*NormClock)
translate < 8, 0, -30> }
object { Les_Choses }
object { Les_Arches (1.9) rotate y*112 translate <-34, 0, -26> }