ready for prime time ?

This commit is contained in:
Tonton Th 2025-01-27 16:38:55 +01:00
parent 949d5b328d
commit 32f4b403e2

View File

@ -13,12 +13,12 @@
// =======================================================
#debug concat("------ cutoff clock = ", str(clock,5,0),"\n")
// #debug concat("------ cutoff clock = ", str(clock,5,0),"\n")
#declare Kbox = (2*NormClock);
#declare Kbox = (2.03*NormClock);
/* this one is for debugging */
object { OpenBox translate <0, 1.5, Kbox> }
// object { OpenBox translate <0, 1.5, Kbox> }
difference {
object { HexaCone () rotate y*5 }
@ -29,14 +29,14 @@ difference {
// =======================================================
object { Le_Decor }
object { Repere }
// object { Repere }
// =======================================================
#local CamX = -2.7 + (2.1*NormClock);
#local CamX = -1.7 + (1.1*Cos_01(NormClock));
#local CamY = 2.58 + (0.034*sqrt(NormClock));
camera {
location <CamX, CamY, 6.99>
location <CamX, CamY, 5.50>
look_at <0, 1.3, 0>
angle 42 - 4*Cos_01(NormClock)
}