Constructors

Properties

files: string[]

list of glTF or GLB files to load

onLoadingFinished?: ((index, file, glTF) => void)

Called after a gLTF file has finished loading

Type declaration

    • (index, file, glTF): void
    • Parameters

      • index: number
      • file: string
      • glTF: any

      Returns void

onLoadingProgress?: ((args) => void)

called on update for each loaded glTF file

Type declaration

onLoadingStart?: ((index, file) => void)

called when loading a provided glTF file started

Type declaration

    • (index, file): void
    • Parameters

      • index: number
      • file: string

      Returns void

Generated using TypeDoc