TriangleMeshToSDF.hpp File Reference

Go to the source code of this file.

Namespaces

 CubbyFlow
 

Functions

void CubbyFlow::TriangleMeshToSDF (const TriangleMesh3 &mesh, ScalarGrid3 *sdf)
 Generates signed-distance field out of given triangle mesh. This function generates signed-distance field from a triangle mesh. The sign is determined by TriangleMesh3::IsInside (negative means inside). More...