Releases: gaschler/bounding-mesh
Releases · gaschler/bounding-mesh
Boundingmesh Library 0.2, including Bounding Convex Decomposition
New features
- Bounding convex decomposition (Try
bounding-convex-decomposition.exe bunny.off
) - Faster bounding mesh approximation
- Better unit test coverage
The download includes Windows executables and a library. The library is built for Visual Studio 2010 32 bit.
Linux (and Macports) users can easily build from source, which is generally recommended.
Boundingmesh Library 0.1 with GUI and CLI tools
This is the first public release of the Boundingmesh library.
Features
- single-sided mesh simplification with edge contractions
- 4 different types of cost functions
- error computation
- read/write obj, wrl, stl, off files
- GUI for interactive mesh decimation
Known issues
- slow for vertices with overly many edges (i.e. cones)
Attached to this release is a download of the Boundingmesh CLI and GUI programs for Windows (32 bit).
For Linux systems, we recommend building from source code.