camera adjustements

This commit is contained in:
Tonton Th
2025-10-19 19:11:08 +02:00
parent 18c84133b6
commit 150c546fb4
3 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ object { Le_Decor }
// =======================================================
#declare Debut = <-3, 87, 161> ;
#declare Fin = < 2, 91, 81> ;
#declare Fin = < 2, 91, 21> ;
#declare Pos = Cos_01(NormClock);
#declare PosCam = Interpolate(Debut, Fin, Pos);
@@ -33,6 +33,6 @@ object { Le_Decor }
camera {
location PosCam
look_at LatCam
angle 56
angle 52
}