jpaver / opengametools

A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.
MIT License
373 stars 35 forks source link

ogt_vox: expose animation looping status #30

Closed jpaver closed 2 years ago

jpaver commented 2 years ago

This appears to exist as _loop=1 on nTRN and nSHP chunk node dicts, so should be read/merged/written on both groups (transform anims) and instances (transform and model animations).

jpaver commented 2 years ago

fix is here: https://github.com/jpaver/opengametools/pull/34

jpaver commented 2 years ago

Fix https://github.com/jpaver/opengametools/pull/34 has been merged. Closing.