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
303 stars 44 forks source link

Provide an option to skip loading images #11

Closed DethRaid closed 1 year ago

DethRaid commented 1 year ago

Currently, fastgltf loads external images if you specify the option fastgltf::Options::LoadExternalBuffers. An image is not a buffer. Loading images and loading buffers should be separate options

spnda commented 1 year ago

Fixed with 1f79edc.