Closed DethRaid closed 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
fastgltf::Options::LoadExternalBuffers
Fixed with 1f79edc.
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