a lot of little changes

This commit is contained in:
Tonton Th
2025-11-13 02:15:11 +01:00
parent 030f2fb2cf
commit 0b04ffd359
17 changed files with 152 additions and 124 deletions

View File

@@ -174,13 +174,13 @@ union {
object { HexaBalls
texture { Lightning1 scale 0.44 }
rotate <clock/3, clock/4, clock/9>
translate <2, 1.11*Cos_010(NormClock), 4>
translate <2, 1.21*Cos_010(NormClock), 4>
}
object { HexaBalls
texture { Lightning2 scale 0.56 }
rotate <-clock, clock*0.33333, clock*3>
translate <4, 1.11*Cos_010(NormClock), -3>
translate <4, 1.41*Cos_010(NormClock), -3>
}
}
}
@@ -294,15 +294,15 @@ union {
object { Chose () translate < 20, 0, -32> }
/* a l'exterieur du 'circular' */
#for (foo, 0, 359, 20)
#for (foo, 0, 359, 18)
#local CK = radians(foo + (5*rand(Rng1)));
#local DX = 77 * sin(CK);
#local DZ = 81 * cos(CK);
#local DX = 66 * sin(CK);
#local DZ = 64 * cos(CK);
// #local Texte = str(CK, 5, 3);
// #debug concat ("Les Choses, CK = ", Texte, "\n")
object { Chose () translate < DX, 0, DZ> }
object { Chose () translate < DX, 0, DZ> } // XXX
#end
}
}
@@ -371,15 +371,7 @@ sky_sphere {
// }
/* ======================================================= */
/* XXX XXX */
light_source {
<-4, 54, -27>
colour Gray40
parallel
point_at 0
}
/* ======================================================= */
/*
* Et on rassemble tous les éléments...
*/
@@ -398,12 +390,16 @@ union {
object { Les_HexaPoles }
object { Horloge rotate y*27 translate < 3, 0, -30> }
object { Les_Choses }
object { Les_Arches (1) rotate y*59 translate <-22, 0, -20> }
object { Les_Arches (2) rotate y*156 translate <-34, 0, -26> }
object { Les_Arches rotate y*59 translate <-32, 0, 20> }
object { Les_Arches rotate y*156 translate <-34, 0, -26> }
object { Les_Cahutes () translate <22, 0, -9> }
object { Les_Cahutes () translate <32, 0, -9> }
object { Les_Cahutes () rotate y*7 translate <61, 0, -55> }
/* les trucs dans le Y négatif */
object { OpenBox(2, 0.08) rotate <5, 7, -12+(24*NormClock)>
translate <-22, 4, -79> }
object { Les_Cahutes () rotate y*7 translate <35, 0, -84> }
object { Les_Cahutes () rotate y*7 translate <34, 0, -76> }
}
}
/* ------------------------------------------------------------ */