camera change

This commit is contained in:
Tonton Th 2025-11-14 13:16:47 +01:00
parent 0e3a481e14
commit 98f0354f91

View File

@ -17,7 +17,7 @@
// =======================================================
#declare POS_Cutoff = <-24, 0, -7>;
#declare POS_Cutoff = <30.33, 0, -11>;
#local TY = 1.5;
@ -28,7 +28,6 @@ difference {
translate y*TY + POS_Cutoff
}
/* this two objects are for debugging */
// object { Repere scale 2 translate y*2.6 + 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 CamZ = -1.85 + (4.02*NormClock);
#local CamZ = POS_Cutoff.z - 1.85 + (4.02*NormClock);
camera {
location <CamX, CamY, CamZ>