ajust the camera

This commit is contained in:
Tonton Th
2025-12-18 11:28:16 +01:00
parent 93faad3ec2
commit 0171c92682
4 changed files with 5 additions and 5 deletions

View File

@@ -25,11 +25,11 @@ object { Repere scale 2 translate y*2 }
#declare Debut = <-3, 89, 188> ;
#declare Fin = < 2, 91, -15> ;
#declare Pos = sqrt(NormClock+0.04);
#declare Pos = sqrt(NormClock+0.02);
#declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatX = 3 * sin(NormClock*7.1);
#declare LatCam = PosCam + <LatX, -20, -(3+(NormClock+11))>;
#declare LatCam = PosCam + <LatX, -20, -(4+(NormClock+11))>;
camera {
location PosCam