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: getting access to the dict key/value entries #28

Open mgerhardy opened 2 years ago

mgerhardy commented 2 years ago

Getting access to the key/value entries of every dict in a scene would be nice - this would e.g. allow to do something with the rOBJ chunks, but at least write them back properly to the file (because most of the are unknown or different from version to version anyway)