GLTFKit
GLTFKit copied to clipboard
Create ImageLoading delegate for GLTFSCN similar to how GLTF also has one
This allows one to use their own caching strategy to manage these textures, use placeholders, and overall prevent this call from blocking.
For example, a simple use case is to retain the LoadingDelegate across multiple loads of different assets. That effectively implements a simple caching strategy.