This commit is contained in:
Tonton Th 2026-01-08 11:41:54 +01:00
parent 722795a45f
commit 6032290f5e

View File

@ -67,10 +67,10 @@ object { HexaCone ()
rotate y*CK*99.22 translate <PosX, PosY, PosZ> rotate y*CK*99.22 translate <PosX, PosY, PosZ>
} }
#declare PosX = RO * sin(CK+3.12); #declare PosX = RO * sin(CK+3.14);
#declare PosY = 0; #declare PosY = 0;
#declare PosZ = RO * cos(CK+3.23); #declare PosZ = RO * cos(CK+3.23);
object { HexaStar () object { HexaStar
rotate y*CK*99.22 translate <PosX, PosY, PosZ> rotate y*CK*99.22 translate <PosX, PosY, PosZ>
} }