dust-engine / dot_vox

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

Rotation is not parsed #50

Closed davids91 closed 1 month ago

davids91 commented 1 month ago

I see the position of the models are stored in the "_t" attribute in the frames. However, in the first frame there is the rotational information also available in the "_r" tag, but not parsed.

This is problematic for models using this feature; Would it be possible to extend parsing and making this available?

davids91 commented 1 month ago

Oh, my bad, rotation is there.