JujuAdams / Clean-Shapes

Antialiased primitives library for GameMaker Studio 2023.1
MIT License
38 stars 6 forks source link

Add toggleable vertex ordering fix #4

Closed JujuAdams closed 3 years ago

JujuAdams commented 3 years ago

Triangles and convex polygons require that their coordinate be defined in a clockwise fashion. Clean Shapes should support an "autofix" behaviour that solves this problem for the user.

JujuAdams commented 3 years ago

Implemented v1.0.4