danbuis / ArmadaAIEngineNew

Revisit of an old project to create an AI for Star Wars Armada
1 stars 0 forks source link

Clean up hull zone geometry #90

Open danbuis opened 2 years ago

danbuis commented 2 years ago

Requirements

Right now all HZs are hardcoded to be 5 segments for the front/rear, and 4 for the sides. Oftentimes we want 3 sides.

Potential Solutions

Manually delete repeat vertices. Right now using the built in polygon clean up also rotates the vertices, and since we are using the positions of the points to denote outside/inside etc, this messes with a LOT of things.

Potential Tasks

What does it take to call this issue complete?