patch emerging tridents

This commit is contained in:
Tonton Th 2026-01-25 08:41:18 +01:00
parent 02556e71d3
commit d479b566b3

View File

@ -105,9 +105,9 @@ object { HexaCone () rotate y*((12*NormClock)+80) translate P }
#end
#for (Foo, 0, 5)
#declare Dy = rand(Rng1)-8+(12*NormClock);
#declare Dy = (8*rand(Rng1))-9+(14*NormClock);
#declare Tr = UnderHoles[Foo] + <0, Dy, 0>;
#declare Ry = (( 0.5+rand(Rng1)-NormClock ) * 133);
#declare Ry = (( 0.5+rand(Rng1)-NormClock ) * 166);
#ifdef (DEBUG_LEVEL)
#write (Trid, "Trid ", Foo, " ", NormClock, " ", Dy, " ",
Ry, " ", Tr, "\n")