From 2f0894985db097e775dce6c89a341d1e37397aeb Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Thu, 18 Dec 2025 01:05:11 +0100 Subject: [PATCH] make camera more funny --- survol.pov | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/survol.pov b/survol.pov index d570542..2646f15 100644 --- a/survol.pov +++ b/survol.pov @@ -23,16 +23,17 @@ object { Repere scale 2 translate y*2 } // ======================================================= -#declare Debut = <-3, 89, 181> ; -#declare Fin = < 2, 91, -10> ; +#declare Debut = <-3, 89, 188> ; +#declare Fin = < 2, 91, -15> ; #declare Pos = sqrt(NormClock+0.04); #declare PosCam = Interpolate(Debut, Fin, Pos); -#declare LatCam = PosCam + <-1, -20, -(3+(NormClock+11))>; +#declare LatX = 3 * sin(NormClock*7.1); +#declare LatCam = PosCam + ; camera { location PosCam look_at LatCam - angle 52 + angle 50 }