CesiumGS / cesium-native

Apache License 2.0
438 stars 215 forks source link

Add `resolveExternalImages` flag to `GltfReaderOptions` #932

Closed lilleyse closed 3 months ago

lilleyse commented 3 months 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 3 months ago

Thanks @lilleyse!