Notes
- the packages generated by github (Source code links) do not contain the submodules. Use geogram-1.10.0.tar.gz or geogram-1.10.0.zip instead to get everything.
- Delaunay PSM is broken in this version, a (reasonably up to date) version is available here
What's Changed
- Parallel STL (Linux and Windows)
- Other optimizations for mesh intersection and boolean operations, they are up to 4x faster !
- Finer control for mesh intersections
- Cleaner implementation of Attribute (overcome
vector<bool>insanity in STL) - Support for MSVC 2026 14.51. by @BillyONeal in #353
- MeshGfx: filters for mesh edges
- MeshAABB: new function for computing intersections with a line
- MeshAABB: new function for enlarging bboxes
- bumped github action versions so that none depends on Node.js 20
New Contributors
- @BillyONeal made their first contribution in #353
Full Changelog: v1.9.9...v1.10.0