last commits before xmas

This commit is contained in:
Tonton Th
2025-12-23 08:35:07 +01:00
parent 4e960026d2
commit 836e8e7c17
9 changed files with 27 additions and 34 deletions

View File

@@ -1,9 +1,6 @@
/*
*/
#include "gadgets.inc"
// =======================================================
// on va tenter de placer quelques trucs
// qui bougent sur le rail circulaire
@@ -47,21 +44,21 @@ object { BiBenz rotate -y*(clock*0.26) translate Pos_RedB_0 }
#local K = 1.27;
union {
object { HexaCone () rotate y*90 translate <-K, 1.7, 0> }
object { HexaCone () rotate <4, 1, 6> translate < K, 1.9, 0> }
object { HexaCone () rotate <4, 1, 7> translate < K, 1.9, 0> }
}
}
object { BiCone rotate -y*(Cos_010(NormClock)*55.38) translate Pos_RedB_1 }
object { BiCone rotate -y*(Cos_010(NormClock)*65.38) translate Pos_RedB_1 }
/* les tridents posés sur leur estrade */
#declare BiTrident = object
{
union {
object { Trident_A () rotate -z * 3.5 translate -x*0.90 }
object { Trident_A () rotate z * 3.5 translate x*0.90 }
object { Trident_A () rotate -z * 9.9 translate -x*0.92 }
object { Trident_A () rotate z * 8.4 translate x*0.90 }
}
}
object { BiTrident translate x*0.80
rotate y*(520*Cos_01(NormClock))
object { BiTrident
rotate y*(570*Cos_01(NormClock))
translate Pos_RedB_2 + (y*2)
}