big commit, a lot of small adjustemnst

This commit is contained in:
Tonton Th
2025-11-25 02:36:52 +01:00
parent fa8f9578b5
commit c56db2a87d
15 changed files with 170 additions and 207 deletions

View File

@@ -29,8 +29,8 @@ difference {
}
/* this two objects are for debugging */
// object { Repere scale 2 translate y*2.6 + POS_Cutoff }
// object { OpenBox translate y*TY + POS_Cutoff }
// object { Repere scale 2 translate y*2.1 + POS_Cutoff }
// object { OpenBox (1, 0.02) translate y*TY + POS_Cutoff }
// =======================================================
light_source {
@@ -44,12 +44,12 @@ object { Le_Decor }
// =======================================================
#local CamX = POS_Cutoff.x + 4 + (3.14*Cos_01(NormClock));
#local CamY = 1.9 - (0.27*sqrt(NormClock));
#local CamZ = POS_Cutoff.z - 1.85 + (4.02*NormClock);
#local CamX = POS_Cutoff.x + 7 + (3.14*Cos_01(NormClock));
#local CamY = 2.1 + (0.51*sqrt(NormClock));
#local CamZ = POS_Cutoff.z + 5.95 - (1.02*NormClock);
camera {
location <CamX, CamY, CamZ>
look_at <0, 1.5, 0> + POS_Cutoff
angle 39 - 6*Cos_01(NormClock)
angle 40 - 12*Cos_01(NormClock)
}