fine tuning

This commit is contained in:
Tonton Th
2026-02-16 18:10:58 +01:00
parent dd4fe05229
commit dfedf5f52c
2 changed files with 9 additions and 9 deletions

View File

@@ -208,9 +208,9 @@ union {
#for (Idx, 0, 5)
#local Angle = (Idx + 0.19) * 1.09; // magic numbers ?
#local Kr = 6 - (rand(Rng1)*3);
#local Kr = 5 - (rand(Rng1)*2.5);
#local Px = Kr + sin(Angle) * (SzSol * 0.98);
#local Kr = 6 - (rand(Rng1)*3);
#local Kr = 5 - (rand(Rng1)*2.5);
#local Pz = Kr + cos(Angle) * (SzSol * 1.02);
#ifdef (DEBUG_LEVEL)
#write (Trid, "Def_", Idx, " ", NormClock, " ", Px, " ", Pz, "\n")
@@ -290,8 +290,8 @@ union {
/* a l'exterieur du 'circular' */
#for (foo, 0, 359, 18)
#local CK = radians(foo + (9*rand(Rng1)));
#local DX = 66 * sin(CK);
#local DZ = 64 * cos(CK);
#local DX = 76 * sin(CK);
#local DZ = 74 * cos(CK);
object { Chose () translate < DX, 0, DZ> } // XXX
#end
}
@@ -379,7 +379,7 @@ union {
object { Les_GyroPhares () }
object { Les_HexaPoles }
object { HorlogeDouble rotate y*(27*NormClock)
translate < 3, 0, -30> }
translate < 8, 0, -30> }
object { Les_Choses }
object { Les_Arches (1.9) rotate y*132 translate <-34, 0, -26> }