issues
search
dust-engine
/
dot_vox
Rust parser for MagicaVoxel .vox files.
MIT License
51
stars
20
forks
source link
Rollup changes from other Pull Requests into this one
#26
Closed
InBetweenNames
closed
2 years ago
InBetweenNames
commented
2 years ago
Update to nom 7 (with Scene graph support - PR
https://github.com/davidedmonds/dot_vox/pull/22
)
Helper methods included for querying material properties
Update unit tests for these changes, including doctests (PR
https://github.com/davidedmonds/dot_vox/pull/25
)
Helper methods included for parsing rotations and positions within frames
Fix some clippy lints
Rust edition 2021 (
https://github.com/davidedmonds/dot_vox/pull/24
)
Add some comments regarding a possible inconsistency with the PACK chunk as described in the spec
This chunk does not seem to be used anymore in newer MagicaVoxel versions