issues
search
dust-engine
/
dot_vox
Rust parser for MagicaVoxel .vox files.
MIT License
53
stars
20
forks
source link
Added Color, layer_id, Rotation arithmetics
#33
Closed
Neo-Zhixing
closed
2 years ago
Neo-Zhixing
commented
2 years ago
Added Color struct for palette
Added layer_id
Added rotation arithmetic. MagicaVoxel represents rotation with a byte. This implementation allows one to convert a byte rotation directly to the STR representation without going through the intermediate matrix.