/meshsdf

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

Converts an .obj into a signed distance field.

First translated and scales a mesh into a cube of size [0,L]^3. Then computes the SDF on an m x m x m grid within that cube.

Dependencies

and set LIBIGL environment variable to point to the place where you clone libigl, so that CMake can find it.