andywiecko / BurstTriangulator

2d Delaunay triangulation with mesh refinement for Unity with Burst compiler
https://andywiecko.github.io/BurstTriangulator/
MIT License
213 stars 17 forks source link

feat: make halfedges public #131

Closed andywiecko closed 3 months ago

andywiecko commented 4 months ago

This commit makes Halfedges available as additional output data. This mapping can be used by advanced users. My main motivation is to prepare package addon with path-finding utilities for tri-meshes.