Given URL path the method will recursively load the .gltf file content.
URL with .gltf root file.
Called when the mesh is loaded with groups argument.
If provided, the callback will be passed to each resource URL before a request is sent. The callback may return the original URL, or a new URL to override loading behavior. This behavior can be used to load assets from .ZIP files, drag-and-drop APIs, and Data URIs.
Optional
callback: ((url) => string)URL modifier callback. Called with url argument, and must return resolved URL.
Generated using TypeDoc
The Mesh API encapsulates object that concerns mesh loading.