a lot of change, stay tuned

This commit is contained in:
Tonton Th
2025-02-19 02:49:16 +01:00
parent 532560518c
commit db5eedffe1
17 changed files with 285 additions and 205 deletions

View File

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