Skip to content

Releases: gaschler/bounding-mesh

Boundingmesh Library 0.2, including Bounding Convex Decomposition

05 Jul 14:46
Compare
Choose a tag to compare

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

23 Oct 12:01
Compare
Choose a tag to compare

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.