Skip to content

Lagrange Release v6.22.0

Compare
Choose a tag to compare
@qnzhou qnzhou released this 01 May 14:58
· 13 commits to main since this release
fa7ac42

Infrastructure

  • πŸ—οΈ Escape space in paths when copying dll with CMake
  • πŸ—οΈ Download CPM with CMake at configuration time.
  • πŸ—οΈ Nightly build fixes
  • πŸ“Œ Update EnTT to 3.13.2
  • πŸ“Œ Update Nasoq to avoid compiler and address sanitizer warnings

Core module

  • 🎨 SurfaceMesh support for select_facets_in_frustum πŸŽ‰
  • 🎨 Add edge attribute support in remap_vertices

IO module

  • πŸ› Avoid PLY mesh loading failure due to narrowing type cast
  • πŸ› Fix bug related to facet and corner normal when saving in OBJ format
  • 🎨 Expose additional mesh load options in Python

Scene module

  • 🎨 Add writable reference in simple scene in scene module

Python module

  • 🐍 Add texture extraction script