le commit en chocolat

This commit is contained in:
Tonton Th
2025-04-22 00:49:18 +02:00
parent a9ec016184
commit c82f6f4de5
18 changed files with 176 additions and 132 deletions

View File

@@ -17,30 +17,40 @@
// =======================================================
#declare POS_Cutoff = <-24, 0, -7>;
#local TY = 1.5;
#declare Kbox = (2.03*NormClock);
difference {
object { HexaCone () }
box { -1, 1 translate z*Kbox }
translate y*1.5 + Pos_RedB_1
translate y*TY + POS_Cutoff
}
// object { Repere translate y*1.5 + Pos_RedB_1 }
// object { Repere scale 2 translate y*2.6 + POS_Cutoff }
/* this one is for debugging */
// object { OpenBox translate <0, 1.5, Kbox> }
object { OpenBox translate y*TY + POS_Cutoff }
// =======================================================
light_source {
<-24, 0.4, -1>
colour Orange
parallel
point_at y*TY + POS_Cutoff
}
object { Le_Decor }
// =======================================================
#local CamX = -33.4 + (2.89*Cos_01(NormClock));
#local CamY = 2.5 + (0.24*sqrt(NormClock));
#local CamZ = 5.85 + (2.42*NormClock);
#local CamX = -25.4 + (2.19*Cos_01(NormClock));
#local CamY = 1.6 - (0.24*sqrt(NormClock));
#local CamZ = -0.85 + (2.02*NormClock);
camera {
location <CamX, CamY, CamZ>
look_at <0, 1.5, 0> + Pos_RedB_1
look_at <0, 1.5, 0> + POS_Cutoff
angle 39 - 5*Cos_01(NormClock)
}