Load a gltf file from a url. This is the core method used by Needle Engine to load gltf files. All known extensions are registered here.
The current context
The url to the gltf file
The source id of the gltf file - this is usually the url
The seed for generating unique ids
Optional
A progress callback
The loaded gltf object
Load a gltf file from a url. This is the core method used by Needle Engine to load gltf files. All known extensions are registered here.