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

Allow `iterateSceneNodes` to take Asset as const ref #68

Closed n0F4x closed 2 months ago

n0F4x commented 2 months ago

A quick fix to make the Asset parameter templated, instead of creating the same function a second time.