centering

This commit is contained in:
Tonton Th 2025-02-09 20:44:55 +01:00
parent 66f54c283d
commit f487f35ccd

View File

@ -17,7 +17,7 @@
#for (idX, 0, 4) #for (idX, 0, 4)
#for (idZ, 0, 4) #for (idZ, 0, 4)
#local posX = (idX * 4.56) - 7.5 + (rand(Rng1)-0.5); #local posX = (idX * 4.56) - 9.5 + (rand(Rng1)-0.5);
#local posY = 2.6 + (1.2*(rand(Rng1)-0.5)); #local posY = 2.6 + (1.2*(rand(Rng1)-0.5));
#local posZ = (idZ * 4.24) - 7.9; #local posZ = (idZ * 4.24) - 7.9;
#local Rx = (rand(Rng1) - 0.5) * 8; #local Rx = (rand(Rng1) - 0.5) * 8;
@ -39,7 +39,7 @@
object { Le_Decor } object { Le_Decor }
// object { Repere scale 5 } // object { Repere scale 5 translate y }
#local CamX = -8.7+(6.6*NormClock); #local CamX = -8.7+(6.6*NormClock);
#local CamY = 2.1+(13.37*Cos_01(NormClock)); #local CamY = 2.1+(13.37*Cos_01(NormClock));