tweak the dynamic

This commit is contained in:
Tonton Th 2026-02-10 01:21:32 +01:00
parent 2d5093eab9
commit 1bef5baa93

View File

@ -20,7 +20,7 @@
#for (idZ, -3, 3)
#local posX = (idX * 4.76) + (rand(Rng1)-0.5);
#local posY = 3.2 + (NormClock * 12 * (rand(Rng1)+0.75));
#local posY = 3.2 + (NormClock * 12 * (rand(Rng1)+0.95));
#local posZ = (idZ * 4.44) ;
#local Rx = (rand(Rng1) - 0.5) * 12;
#local Ry = (rand(Rng1) - 0.5) * (24+NormClock);
@ -63,5 +63,5 @@ camera {
location <CamX, CamY, CamZ>
look_at <0.0, LatY, 0>
right <image_width/image_height, 0, 0>
angle 56 - (26 * NormClock)
angle 56 - (28 * NormClock)
}