| Crates.io | mesh_rasterization |
| lib.rs | mesh_rasterization |
| version | 0.2.0 |
| created_at | 2025-04-22 02:47:12.465173+00 |
| updated_at | 2025-08-27 18:23:36.206582+00 |
| description | A coverter from meshes to SDF. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1643567 |
| size | 28,751 |
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.