LoadGltfListener

Interface callbacks for events that occur when loading a gltf file into a renderable.

Types

Link copied to clipboard
Defines the current stage of the load operation, each value supersedes the previous.

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun onFinishedLoadingModel(durationMs: Long)
Link copied to clipboard
abstract fun onFinishedReadingFiles(durationMs: Long)
Link copied to clipboard
abstract fun onReadingFilesFailed(exception: Exception)
Link copied to clipboard
abstract fun reportBytesDownloaded(bytes: Long)
Link copied to clipboard
Link copied to clipboard
abstract fun setModelSize(modelSizeMeters: Float)