a lot of cosmetic changes

This commit is contained in:
Tonton Th
2025-10-31 14:14:07 +01:00
parent 5706911bde
commit 048148967b
9 changed files with 39 additions and 29 deletions

View File

@@ -20,6 +20,10 @@ union {
}
object { BiBenz rotate -y*(clock*0.21) translate Pos_RedB_0 }
/*
* deux hexacones se tournent autour
* XXX peut-être les faire bouger un peu plus ?
*/
#declare BiCone = object
{
#local K = 1.27;
@@ -38,6 +42,11 @@ object { BiCone rotate -y*(Cos_010(NormClock)*55.38) translate Pos_RedB_1 }
#declare P = Interpolate(A, B, NormClock);
object { HexaCone () rotate y*((12*NormClock)+80) translate P }
/* XXX
* un "machin" se déplace sur le rail circulaire
* XXX */
/*
* le vaisseau "trident" passe a travers les
@@ -92,16 +101,17 @@ object { HexaWood rotate z*R translate P_hexawood }
/*
* survol par un trident
*/
#declare A = < 2, 49, -20>;
#declare B = <-3, 37, 22>;
#declare A = < 2, 47, -20>;
#declare B = <-3, 35, 22>;
#declare P = Interpolate(A, B, NormClock);
object { Trident_A () rotate y*(clock*2.7)
rotate z*80
rotate <2, 94, 0>
translate P }
/* ----------------------------------- */
#debug "dynamic is loaded\n"
/* ----------------------------------- */