mesh_rasterization 0.2.0

A coverter from meshes to SDF.
Documentation

Mesh Rasterization

Algorithm using a modification of Hongkai Zhao's fast sweep algorithm to generate a grid approximation of an SDF from a mesh.

To run:

cargo run -- --input "path/to/obj" --out "output/path" --dx <floating point value>

Use --help for details.