v2.3.0
Changed
- Improved performance by adapting triangulation with mesh refinement to a
half-edges
approach. - Simplified the refinement job contract.
- Merged several internal jobs for better efficiency.
- General project simplification for enhanced maintainability.
Removed
- Eliminated
edgeToTriangles
andtriangleToEdges
mappings. - Removed the internal
Triangle
struct.
Full Changelog: v2.2.0...v2.3.0