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: parse _color field from LAYR chunk dictionary and expose for read/merge/write in ogt_vox_layer #31

Closed jpaver closed 2 years ago

jpaver commented 2 years ago

example key/value from a chunk: "_color", "177 83 200"

jpaver commented 2 years ago

Fixed with commit https://github.com/jpaver/opengametools/commit/c97132cc655923830ee1a50c704beeaa50095268. Closing