Skip to content

Lagrange Release v6.27.0

Compare
Choose a tag to compare
@HasKha HasKha released this 23 Oct 22:57
· 2 commits to main since this release
ffec583

Python Module

  • 📌Updated numpy to >=1.25
  • 📌Removed colorama dependency from build requirements

Core Module

  • ✨Added SurfaceMesh::get_counterclockwise_corner_around_vertex and SurfaceMesh::get_clockwise_corner_around_vertex
  • 🎨Improved performance of is_vertex_manifold
  • 🐛Fixed race condition in resolve_nonmanifoldness
  • ✨Added optional FPE (floating point exception) support
  • ✨Added SurfaceMesh support to marching_triangles
  • ✨Added isoline.h header with trim_by_isoline and extract_isoline

Poisson Module

  • 🎨Faster multi-threaded mesh generation
  • 📌Updated PoissonRecon dependency

Polyscope Viewer

  • ✨Added polyscope mesh viewer. mesh_viewer executable in the core module examples.