From f2e324e03896450e69b00a267e42a4a85eb43863 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Thu, 18 Dec 2025 22:25:33 +0100 Subject: [PATCH] trident in action --- dynamic.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dynamic.inc b/dynamic.inc index 51ce898..d3a75d1 100644 --- a/dynamic.inc +++ b/dynamic.inc @@ -41,7 +41,6 @@ object { BiBenz rotate -y*(clock*0.26) translate Pos_RedB_0 } /* * deux hexacones se tournent autour - * XXX peut-ĂȘtre les faire bouger un peu plus ? */ #declare BiCone = object { @@ -53,8 +52,10 @@ union { } object { BiCone rotate -y*(Cos_010(NormClock)*55.38) translate Pos_RedB_1 } -object { Trident_A() rotate y*(360*Cos_010(NormClock)) - translate Pos_RedB_2 + (y*2) } +object { Trident_A() rotate z * (3*NormClock) + translate x*0.80 + rotate y*(520*Cos_01(NormClock)) + translate Pos_RedB_2 + (y*2) } /* * on fait passer un hexatruc dans le ciel @@ -75,7 +76,7 @@ object { HexaCone () rotate y*((12*NormClock)+80) translate P } #declare Ry = ((rand(Rng1)-NormClock)*87); // #write (Trid, Foo, " ", NormClock, " ", Dy, " ", // Ry, " ", Tr, "\n") - object { Trident_A () rotate y*Ry translate Tr } + object { Trident_A () translate y*rand(Rng1) rotate y*Ry translate Tr } #end // #fclose Trid