ajust the camera
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user