le commit en chocolat
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user