mapbox / earcut.hpp

Fast, header-only polygon triangulation
ISC License
858 stars 133 forks source link

Return indices and vertices separately #5

Closed kkaefer closed 9 years ago

kkaefer commented 9 years ago

This is required for indexed drawing.

ljbade commented 9 years ago

Yeah important for performance.

ansis commented 9 years ago

js branch for returning indices: https://github.com/mapbox/earcut/pull/11

jfirebaugh commented 9 years ago

Done in 21b65718ba6fcb778e9bcaff9959f638dabb62d0.