spnda / fastgltf

A modern C++17 glTF 2.0 library focused on speed, correctness, and usability

Home Page:https://fastgltf.readthedocs.io/v0.7.x/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide an option to skip loading images

DethRaid opened this issue · comments

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

commented

Fixed with 1f79edc.