GltfData

Overview

GltfData is a interface in Aspose.3D FOSS for TypeScript.

Properties: accessors, asset, bufferViews, buffers, byteLength, generator, and 7 more.

Properties

NameTypeAccessDescription
asset: { version: string; generator: string }ReadGets the asset.
version: stringReadGets the version.
generator: stringReadGets the generator.
scene: numberReadGets the scene.
scenes: GltfScene[]ReadGets the scenes.
nodes: GltfNode[]ReadGets the nodes.
meshes: GltfMesh[]ReadGets the meshes.
accessors: GltfAccessor[]ReadGets the accessors.
bufferViews: GltfBufferView[]ReadGets the buffer views.
buffers: { byteLength: number; uri?: string }[]ReadGets the buffers.
byteLength: numberReadGets the byte length.
uri: stringReadGets the uri.
materials: GltfMaterial[]ReadGets the materials.

See Also