Convert a 2D pixel art image into GLTF 3D object using voxels and face-culling
2D Image | 3D GLB |
---|---|
Currently, the crate supports only GLB in GLTF 2.0 specs.
Support for GLTF ascii is planned and can be tracked here: #1
cargo run --release -- --help
Or if you want to use the functions in your code you can do:
cargo add voxelify