Source Code
Source code can be downloaded here. Compilation instructions are included in each folder in both html and markdown format. We have compiled and tested our codebase on Ubuntu and macOS machines.Dataset
We validate our code using a benchmark dataset Thingi10K. We pre-process all 10,000 meshes such that the remaining meshes satisfy the following:- 2-manifold (or watertight) -- meaning every edge connects exactly two faces,
- single connected component,
- consistent normal directions,
- no degenerate faces (area < 10^-12).
All the input/output files can be downloaded (input obj (1.5GB), output tet (16GB)).
On this webpage, we visualize all the meshes.