Skip to content

v3.4.0

Latest

Choose a tag to compare

@pca006132 pca006132 released this 27 Feb 09:59
· 27 commits to master since this release
bf2a603

This is a major release with many bug fixes, performance improvements, updates to the TypeScript API, and ManifoldCAD. Notable changes:

  • Added MinkowskiSum and MinkowskiDifference, but note that the current implementation performs many union operations. It may be slow and memory-intensive for complex meshes.
  • MeshIO is removed from our public API. Users should use libraries such as Trimesh for Python and assimp for C++. The MeshIO code is still available as an example for interfacing with assimp.
  • ManifoldCAD can now import and operate on glTF models! It can also display 2D CrossSections and non-manifold imports. The documentation is also vastly improved, for both ManifoldCAD scripts, and the underlying TS API for those wanting to build their own tool.

New Features

  • Add MinkowskiSum and MinkowskiDifference, by @zalo in #666.

API Updates

Algorithm Improvements and Fixes

Build System

ManifoldCAD.org / JS / TS / WASM

Tests and CI

Miscellaneous

New Contributors