GltfData
Overview
GltfData is a interface in Aspose.3D FOSS for TypeScript.
Properties: accessors, asset, bufferViews, buffers, byteLength, generator, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
asset | : { version: string; generator: string } | Read | Gets the asset. |
version | : string | Read | Gets the version. |
generator | : string | Read | Gets the generator. |
scene | : number | Read | Gets the scene. |
scenes | : GltfScene[] | Read | Gets the scenes. |
nodes | : GltfNode[] | Read | Gets the nodes. |
meshes | : GltfMesh[] | Read | Gets the meshes. |
accessors | : GltfAccessor[] | Read | Gets the accessors. |
bufferViews | : GltfBufferView[] | Read | Gets the buffer views. |
buffers | : { byteLength: number; uri?: string }[] | Read | Gets the buffers. |
byteLength | : number | Read | Gets the byte length. |
uri | : string | Read | Gets the uri. |
materials | : GltfMaterial[] | Read | Gets the materials. |