Note: the packages generated by github (Source code links) do not contain the submodules. Use geogram-1.9.6.tar.gz
or geogram-1.9.6.zip
instead to get everything.
What's Changed
- Rewrote many functions using new Mesh "syntaxic sugar" functions (both easier to read and faster)
- New
AABB_INDIRECT
mode forMeshAABB
(uses a vector of indices instead of permutting mesh-elements in-place) mesh_reorder
: new function to compute spatial ordering of mesh elements in a vector of indices- Minor fixes and improvements in MeshCSG
- Transparent rendering mode for
geogram_demo_Evert
compute_CSG
: Clearer display of timing breakdowns in verbose mode- Fix for CLion on Windows by @tksuoran in #256
- Fixes for linking problems when accessing static class members outside DLL under Windows
- ExactCDT::create_enclosing_triangle()
- VSA L12 segmenter: changed default anisotropy value (made it larger). Works better with scanned meshes
- DevOps: test results, Emscripten compilation now generated in separate repositories (geogram.CI and geogram.run). Doxygen documentation still generated here.
Full Changelog: v1.9.5...v1.9.6