commit big mess before refactoring

This commit is contained in:
Tonton Th
2025-03-07 10:51:57 +01:00
parent f417711da3
commit c65090e4a2
18 changed files with 233 additions and 100 deletions

View File

@@ -13,14 +13,11 @@
// =======================================================
// #debug concat("------ cutoff clock = ", str(clock,5,0),"\n")
#declare Kbox = (2.03*NormClock);
difference {
object { HexaCone () }
box { -1, 1 translate z*Kbox }
translate y*1.5
translate y*2.5
}
/* this one is for debugging */
@@ -33,11 +30,11 @@ object { Le_Decor }
// =======================================================
#local CamX = -2.7 + (1.4*Cos_01(NormClock));
#local CamX = -2.7 + (1.8*Cos_01(NormClock));
#local CamY = 2.58 + (0.034*sqrt(NormClock));
#local CamZ = 5.35;
camera {
location <CamX, CamY, CamZ>
look_at <0, 1.6, 0>
look_at <0, 2.6, 0>
angle 39 - 5*Cos_01(NormClock)
}