make camera more funny

This commit is contained in:
Tonton Th 2025-12-18 01:05:11 +01:00
parent db527e05c2
commit 2f0894985d

View File

@ -23,16 +23,17 @@ object { Repere scale 2 translate y*2 }
// ======================================================= // =======================================================
#declare Debut = <-3, 89, 181> ; #declare Debut = <-3, 89, 188> ;
#declare Fin = < 2, 91, -10> ; #declare Fin = < 2, 91, -15> ;
#declare Pos = sqrt(NormClock+0.04); #declare Pos = sqrt(NormClock+0.04);
#declare PosCam = Interpolate(Debut, Fin, Pos); #declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatCam = PosCam + <-1, -20, -(3+(NormClock+11))>; #declare LatX = 3 * sin(NormClock*7.1);
#declare LatCam = PosCam + <LatX, -20, -(3+(NormClock+11))>;
camera { camera {
location PosCam location PosCam
look_at LatCam look_at LatCam
angle 52 angle 50
} }