Appearance
@tmrw-realityos/charm / GlTf
Interface: GlTf
Defined in: packages/charm/src/fileFormats/GLTF.ts:613
The root object for a glTF asset.
Indexable
[k: string]: any
Properties
accessors?
optionalaccessors:Accessor[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:625
An array of accessors.
animations?
optionalanimations:Animation[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:629
An array of keyframe animations.
asset
asset:
Asset
Defined in: packages/charm/src/fileFormats/GLTF.ts:633
Metadata about the glTF asset.
buffers?
optionalbuffers:Buffer[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:637
An array of buffers.
bufferViews?
optionalbufferViews:BufferView[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:641
An array of bufferViews.
cameras?
optionalcameras:Camera[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:645
An array of cameras.
extensions?
optionalextensions:any
Defined in: packages/charm/src/fileFormats/GLTF.ts:682
extensionsRequired?
optionalextensionsRequired:string[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:621
Names of glTF extensions required to properly load this asset.
extensionsUsed?
optionalextensionsUsed:string[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:617
Names of glTF extensions used in this asset.
extras?
optionalextras:any
Defined in: packages/charm/src/fileFormats/GLTF.ts:683
images?
optionalimages:Image[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:649
An array of images.
materials?
optionalmaterials:Material[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:653
An array of materials.
meshes?
optionalmeshes:Mesh[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:657
An array of meshes.
nodes?
optionalnodes:Node[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:661
An array of nodes.
samplers?
optionalsamplers:Sampler[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:665
An array of samplers.
scene?
optionalscene:number
Defined in: packages/charm/src/fileFormats/GLTF.ts:669
The index of the default scene.
scenes?
optionalscenes:Scene[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:673
An array of scenes.
skins?
optionalskins:Skin[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:677
An array of skins.
textures?
optionaltextures:Texture[]
Defined in: packages/charm/src/fileFormats/GLTF.ts:681
An array of textures.