tweak the dynamic
This commit is contained in:
parent
2d5093eab9
commit
1bef5baa93
@ -20,7 +20,7 @@
|
|||||||
#for (idZ, -3, 3)
|
#for (idZ, -3, 3)
|
||||||
|
|
||||||
#local posX = (idX * 4.76) + (rand(Rng1)-0.5);
|
#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 posZ = (idZ * 4.44) ;
|
||||||
#local Rx = (rand(Rng1) - 0.5) * 12;
|
#local Rx = (rand(Rng1) - 0.5) * 12;
|
||||||
#local Ry = (rand(Rng1) - 0.5) * (24+NormClock);
|
#local Ry = (rand(Rng1) - 0.5) * (24+NormClock);
|
||||||
@ -63,5 +63,5 @@ camera {
|
|||||||
location <CamX, CamY, CamZ>
|
location <CamX, CamY, CamZ>
|
||||||
look_at <0.0, LatY, 0>
|
look_at <0.0, LatY, 0>
|
||||||
right <image_width/image_height, 0, 0>
|
right <image_width/image_height, 0, 0>
|
||||||
angle 56 - (26 * NormClock)
|
angle 56 - (28 * NormClock)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user