camera change
This commit is contained in:
parent
0e3a481e14
commit
98f0354f91
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
// =======================================================
|
// =======================================================
|
||||||
|
|
||||||
#declare POS_Cutoff = <-24, 0, -7>;
|
#declare POS_Cutoff = <30.33, 0, -11>;
|
||||||
|
|
||||||
#local TY = 1.5;
|
#local TY = 1.5;
|
||||||
|
|
||||||
@ -28,7 +28,6 @@ difference {
|
|||||||
translate y*TY + POS_Cutoff
|
translate y*TY + POS_Cutoff
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* this two objects are for debugging */
|
/* this two objects are for debugging */
|
||||||
// object { Repere scale 2 translate y*2.6 + POS_Cutoff }
|
// object { Repere scale 2 translate y*2.6 + POS_Cutoff }
|
||||||
// object { OpenBox translate y*TY + POS_Cutoff }
|
// object { OpenBox translate y*TY + POS_Cutoff }
|
||||||
@ -45,9 +44,9 @@ object { Le_Decor }
|
|||||||
|
|
||||||
// =======================================================
|
// =======================================================
|
||||||
|
|
||||||
#local CamX = -25.4 + (3.14*Cos_01(NormClock));
|
#local CamX = POS_Cutoff.x + 4 + (3.14*Cos_01(NormClock));
|
||||||
#local CamY = 1.9 - (0.27*sqrt(NormClock));
|
#local CamY = 1.9 - (0.27*sqrt(NormClock));
|
||||||
#local CamZ = -1.85 + (4.02*NormClock);
|
#local CamZ = POS_Cutoff.z - 1.85 + (4.02*NormClock);
|
||||||
|
|
||||||
camera {
|
camera {
|
||||||
location <CamX, CamY, CamZ>
|
location <CamX, CamY, CamZ>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user