ManifoldPlus: A Robust and Scalable Watertight Manifold Surface Generation Method for Triangle Soups
Advanced version of my previous Manifold algorithm from this repo.
- Eigen
- LibIGL
git submodule update --init --recursive
sh compile.sh
sh examples.sh
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j8
The input is a random triangle mesh in obj/off format. The output is a watertight manifold mesh in obj format.
./ManifoldPlus --input input.obj --output output.obj --depth 8
An example script is provided so that you can try several provided models. We convert inputs in data folder to outputs in results folder.
© 2020 Jingwei Huang All Rights Reserved
IMPORTANT: If you use this code please cite the following (to provide) in any resulting publication:
To appear.