CesiumGS / cesium-native

Apache License 2.0
414 stars 210 forks source link

Add `resolveExternalImages` flag to `GltfReaderOptions` #932

Closed lilleyse closed 4 weeks ago

lilleyse commented 1 month ago

Adds a new option resolveExternalImages to GltfReaderOptions so that you can load a glTF without resolving and decoding external images. In my case, I'm using GltfReader in a pipeline that doesn't need access to texture data.

kring commented 4 weeks ago

Thanks @lilleyse!