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

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

Copied!

GLTFLoader ()

Constructor with default behavior.


Methods

LoadAsync

Copied!

virtual void LoadAsync (void* loadParams)

Loads a single GLTF scene file asynchronously.


LoadMultipleAsync

Copied!

virtual void LoadMultipleAsync (void* loadParams)

Functionality not yet supported, and will assert.