Creates a new glTF asset using the specified JSON descriptor.
The JSON descriptor to create the asset from.
The buffers used by this asset.
The images used by this asset.
The textures used by this asset.
Loads a gltf asset from the specified url. This feature is only available when using PixiJS v7+.
The url to load.
Returns a value indicating if the specified uri is embedded.
The uri to check.
Returns a value indicating if the specified data buffer is a valid glTF.
The buffer data to validate.
Loads a new glTF asset (including resources) using the specified JSON descriptor.
The JSON descriptor to create the asset from.
The resource loader to use for external resources. The loader can be empty when all resources in the descriptor is embedded.
Callback when all resources have been loaded.
Generated using TypeDoc
glTF assets are JSON files plus supporting external data.