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

@@ -19,18 +19,18 @@
#declare POS_Cutoff = <-24, 0, -7>;
#local TY = 1.5;
#local TY = 1.55;
#declare Pos = <0.70, -0.70, 0.45>;
#declare Rad = 0.40 + (1.52*NormClock);
#declare Pos = <0.50, -0.70, 0.75>;
#declare Rad = 0.40 + (1.*NormClock);
difference {
object { HexaBenz () }
sphere { Pos, Rad }
translate y*TY + POS_Cutoff
}
// sphere { Pos, 0.10 translate y*TY + POS_Cutoff }
// object { Repere scale 2 translate y*2.8 + POS_Cutoff }
sphere { Pos, 0.025 translate y*TY + POS_Cutoff texture { T_WIP_alert } }
// object { Repere translate y*2.8 + POS_Cutoff }
/* this one is for debugging */
object { OpenBox translate y*TY + POS_Cutoff }
@@ -47,12 +47,12 @@ object { Le_Decor }
// =======================================================
#local CamX = -25.4 + (2.29*Cos_01(NormClock));
#local CamX = -27.4 + (3.29*Cos_01(NormClock));
#local CamY = 2.1 - (0.24*sqrt(NormClock));
#local CamZ = -0.85 + (2.02*NormClock);
camera {
location <CamX, CamY, CamZ>
look_at <0, 1.5, 0> + POS_Cutoff
angle 39 - 5*Cos_01(NormClock)
angle 35 - 5*Cos_01(NormClock)
}