dust-engine / dot_vox

Rust parser for MagicaVoxel .vox files.
MIT License
51 stars 20 forks source link

Write the layers #44

Closed plule closed 5 months ago

plule commented 5 months ago

Add support for writing the layer chunks. Tested interactively with magicavoxel (_hidden and _name attributes).

Also in the test: include the scenes in the read and load test, which is already implemented and working correctly

Neo-Zhixing commented 5 months ago

Thank you for your contributions!