ajust the camera
This commit is contained in:
parent
93faad3ec2
commit
0171c92682
@ -31,7 +31,7 @@ object { Repere scale 10 translate y*7 }
|
||||
object { Le_Decor }
|
||||
|
||||
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)>
|
||||
angle 50
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ object { Le_Decor }
|
||||
// =======================================================
|
||||
|
||||
#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 CamY = 3.08 + abs(sin(CK/4.00));
|
||||
|
||||
@ -23,7 +23,7 @@ object { Le_Decor }
|
||||
|
||||
camera {
|
||||
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>
|
||||
// focal_point <0.37, 0.90, 0>
|
||||
// aperture 0.046
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user