class GLTFLoader
This is the GLTF loader class, which handles asynchronous GLTF scene loading.
File location: framework/cauldron/framework/inc/core/loaders/gltfloader.h
Construction
Return type |
Description |
---|---|
GLTFLoader ()
Constructor with default behavior.
|
Methods
Return type |
Description |
---|---|
void |
LoadAsync (void* loadParams)
Loads a single GLTF scene file asynchronously.
|
void |
LoadMultipleAsync (void* loadParams)
Functionality not yet supported, and will assert.
|
Detailed description
This is the GLTF loader class, which handles asynchronous GLTF scene loading.
Construction
GLTFLoader
Constructor with default behavior.
Methods
LoadAsync
Loads a single GLTF scene file asynchronously.
LoadMultipleAsync
Functionality not yet supported, and will assert.