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

@ -31,7 +31,7 @@ object { Repere scale 10 translate y*7 }
object { Le_Decor } object { Le_Decor }
camera { camera {
location <45, 179+(51*NormClock), 18-(17*NormClock)> location <45, 179+(56*NormClock), 18-(17*NormClock)>
look_at <0, 1.18, 0.17 + (2.4*NormClock)> look_at <0, 1.18, 0.17 + (2.4*NormClock)>
angle 50 angle 50
} }

View File

@ -22,7 +22,7 @@ object { Le_Decor }
// ======================================================= // =======================================================
#declare R_circ = R_circular + 0.07; #declare R_circ = R_circular + 0.07;
#declare CK = 1.777 + (1.23 * sqrt(NormClock * 3.141592654)); #declare CK = 1.9 + (1.23 * sqrt(NormClock * 3.141592654));
#declare CamX = R_circ * cos(CK); #declare CamX = R_circ * cos(CK);
#declare CamY = 3.08 + abs(sin(CK/4.00)); #declare CamY = 3.08 + abs(sin(CK/4.00));

View File

@ -23,7 +23,7 @@ object { Le_Decor }
camera { camera {
location Loc_cam location Loc_cam
#local H = 1.16 + (NormClock*0.28); #local H = 1.16 + (NormClock*0.34);
look_at Pos_RedB_1 + <0.02, H, 0> look_at Pos_RedB_1 + <0.02, H, 0>
// focal_point <0.37, 0.90, 0> // focal_point <0.37, 0.90, 0>
// aperture 0.046 // aperture 0.046

View File

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