camera adjustements
This commit is contained in:
@@ -24,7 +24,7 @@ object { Le_Decor }
|
||||
// =======================================================
|
||||
|
||||
#declare Debut = <-3, 87, 161> ;
|
||||
#declare Fin = < 2, 91, 81> ;
|
||||
#declare Fin = < 2, 91, 21> ;
|
||||
#declare Pos = Cos_01(NormClock);
|
||||
#declare PosCam = Interpolate(Debut, Fin, Pos);
|
||||
|
||||
@@ -33,6 +33,6 @@ object { Le_Decor }
|
||||
camera {
|
||||
location PosCam
|
||||
look_at LatCam
|
||||
angle 56
|
||||
angle 52
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user