Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGLTF

Loader interface with additional members.

Hierarchy

Index

Properties

Optional accessorsSearch playground for accessors

accessors: IAccessor[]

Optional animationsSearch playground for animations

animations: IAnimation[]

assetSearch playground for asset

asset: IAsset

Metadata about the glTF asset

Optional bufferViewsSearch playground for bufferViews

bufferViews: IBufferView[]

Optional buffersSearch playground for buffers

buffers: IBuffer[]

Optional camerasSearch playground for cameras

cameras: ICamera[]

Optional extensionsSearch playground for extensions

extensions: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any

Optional extensionsRequiredSearch playground for extensionsRequired

extensionsRequired: string[]

Names of glTF extensions required to properly load this asset

Optional extensionsUsedSearch playground for extensionsUsed

extensionsUsed: string[]

Names of glTF extensions used somewhere in this asset

Optional extrasSearch playground for extras

extras: any

Application-Specific data

Optional imagesSearch playground for images

images: IImage[]

Optional materialsSearch playground for materials

materials: IMaterial[]

Optional meshesSearch playground for meshes

meshes: IMesh[]

Optional nodesSearch playground for nodes

nodes: INode[]

Optional samplersSearch playground for samplers

samplers: ISampler[]

Optional sceneSearch playground for scene

scene: number

The index of the default scene

Optional scenesSearch playground for scenes

scenes: IScene[]

Optional skinsSearch playground for skins

skins: ISkin[]

Optional texturesSearch playground for textures

textures: ITexture[]

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method