Last updated

API / geotoolkit3d / data / loader / GLTFLoader / GLTFLoader

Namespace: GLTFLoader

loader.GLTFLoader.GLTFLoader

Table of contents

Type Aliases

Contents

Type Aliases

ParseResult

Ƭ ParseResult: Object

The result of the glTF parsing

Type declaration

NameTypeDescription
animations[]The animations in this glTF object. Currently unsuported.
assetAssetTypeMetadata embedded in the glTF object. Contain the version of the glTF used.
cameras[]The cameras in this glTF object. Currently unsuported.
sceneGroupThe main scene in this glTF object.
scenesGroup[]The scenes as THREE.js Group array, usually contains Object3D as children.
userDataGLTFPropertyType["extras"] & { gltfExtensions: Record<string, object> }Additional data, including gltfExtensions used by the object, as well as any properties stored in the original glTF object at glTF.extras.