- Removed use of
let_chain
to restore compatibility with stable Rust - Validate counts of parsed objects before allocating memory for them
- Ignore PACK chunks for read / write
- Added serialization for scene graphs
- Added rotation type
- Added scenegraph support (#23)
- Upgrade parser to nom 7
- Upgrade to Rust 2021
- Feature: Added the ability to write out data in
.vox
format.
- Migrated to use Nom 4 which involved a bit of a rewrite.
- Feature: Can load
.vox
data from abyte[]
.
- Breaking Change - MagicaVoxel changed the way they output material chunks.
This version of
dot_vox
removes the ability to parse the old material format as it is possible to migrate files by re-saving them in a recent version of MagicaVoxel.
- Migrated to use Nom 3, and improved the parsing method.
- Bugfix: When parsing some materials, a panic would occur. This now emits an
Unknown
material type instead.
- First stable release.