dust-engine / dot_vox

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

Added Scene Graph Serialization #39

Closed AideTechBot closed 1 year ago

AideTechBot commented 1 year ago

This pull request adds scene graph serialization. It was tested to be compatible with MagicVoxel v99.6.2 on MacOS (this test was run after disabling the serialization of the PACK chunk done in #38)

Neo-Zhixing commented 1 year ago

Thank you for your contribution! I'll review this PR after merging #38.

Neo-Zhixing commented 1 year ago

Thank you!