Skip to content

[v1.0.0] CMake, custom point/edge types, custom super geometries

Compare
Choose a tag to compare
@artem-ogre artem-ogre released this 17 Mar 15:49
· 200 commits to master since this release

This is a first stable version that uses modern CMake. This enables easy consumption for CMake-based projects.

New features and improvements:

  • Custom point/edge types supported in insertVertices and insertEdges
  • Functionality to use any custom geometry as a target instead of a super-triangle (see InitializeWithGrid.h)
  • Refactor calculating triangle contour depths
  • Extend RemoveDuplicatesAndRemapEdges to also return indices duplicates
  • Small performance improvements and fixes