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.