release of the official "full-v2" video

This commit is contained in:
Tonton Th
2025-02-14 19:47:29 +01:00
parent 14a03b78eb
commit cd65855f2c
18 changed files with 137 additions and 62 deletions

View File

@@ -18,7 +18,7 @@
#for (idZ, 0, 4)
#local posX = (idX * 4.56) - 9.5 + (rand(Rng1)-0.5);
#local posY = 2.6 + (1.2*(rand(Rng1)-0.5));
#local posY = 2.9 + (1.2*(rand(Rng1)-0.5));
#local posZ = (idZ * 4.24) - 7.9;
#local Rx = (rand(Rng1) - 0.5) * 8;
#local Ry = (rand(Rng1) - 0.5) * 14;
@@ -47,6 +47,6 @@ object { Le_Decor }
camera {
location <CamX, CamY, CamZ>
look_at <0.0, -0.3, 0>
look_at <0.0, 0.5, 0>
angle 60 - (3.97 * NormClock)
}