GLTFLoader constructor.
The GPUCurtainsGLTF object result.
Static
resolveLoad a glTF from the given url.
url of the glTF.
already parsed JSON content.
base url from which to get all the other assets.
optional binary chunks.
Load a glTF from a .glb file.
ArrayBuffer containing the data.
base url from which to get all the other assets.
Load the glTF json, parse the data and create our GPUCurtainsGLTF object.
already parsed JSON content.
base url from which to get all the other assets.
optional binary chunks.
Basic glTF loader class.
Allow to load a glTF from an URI and create the associated ArrayBuffer and ImageBitmap.
Example