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.
some ogt_asserts are no hard errors but only a warning. This PR should allow the user code to provide a ogt_warn functionality to prevent triggering an assert in such a scenario.
some
ogt_asserts
are no hard errors but only a warning. This PR should allow the user code to provide aogt_warn
functionality to prevent triggering an assert in such a scenario.By default
ogt_warn
is set toogt_assert
.Fixes issue #52