camera adjusts

This commit is contained in:
Tonton Th
2026-03-24 05:10:35 +01:00
parent 9c63031460
commit 2c2accd83a
2 changed files with 7 additions and 5 deletions

View File

@@ -56,12 +56,14 @@ object { Le_Decor }
#local CamY = 0.42 + (18.36 * Cos_01(NormClock));
#local CamZ = 122 - (22.9 * Cos_01(NormClock));
#local LatX = 3 * NormClock;
#local LatY = (Y_mean / Y_count) - (0.5*NormClock);
#local LatZ = 2.22;
// #debug concat("escadrille: Lat Y ", str(LatY, 7, 3),"\n")
camera {
location <CamX, CamY, CamZ>
look_at <0.0, LatY, 0>
look_at <LatX, LatY, LatZ>
right <image_width/image_height, 0, 0>
angle 54 - (35 * NormClock)
}