GltfAccessor
Overview
GltfAccessor is a interface in Aspose.3D FOSS for TypeScript.
GltfAccessor.bufferView is the index of the bufferView that stores this accessor’s data.
Properties: bufferView, byteOffset, componentType, count, max, min, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
bufferView | : number | Read | Gets the buffer view. |
byteOffset | : number | Read | Gets the byte offset. |
componentType | : number | Read | Gets the component type. |
count | : number | Read | Gets the count. |
type | : string | Read | Gets the type. |
min | : number[] | Read | Gets the min. |
max | : number[] | Read | Gets the max. |