Creates a new glTF asset using the specified JSON descriptor. The resources (buffers and images) will not be loaded automatically.
The JSON descriptor to create the asset from.
The buffers used by this asset.
The descriptor used by this asset.
The images used by this asset.
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.
Generated using TypeDoc
glTF assets are JSON files plus supporting external data.