spnda / fastgltf

A modern C++17 glTF 2.0 library focused on speed, correctness, and usability
https://fastgltf.readthedocs.io/v0.8.x/
MIT License
301 stars 44 forks source link

Guard all usages of throw #50

Closed apache-hb closed 8 months ago

apache-hb commented 8 months ago

Adds fastgltf::raise to replace all raw throw expressions to allow building without exceptions.