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
| Name | Type | Access | Description |
|---|---|---|---|
bufferView | : number | Read | Is the index of the bufferView that stores this accessor’s data |
byteOffset | : number | Read | Is the byte offset within the bufferView where the accessor data begins |
componentType | : number | Read | Specifies the numeric data type of each component (e.g., FLOAT, UNSIGNED_SHORT) |
count | : number | Read | Is the total number of elements referenced by this accessor |
type | : string | Read | Is a string indicating the accessor’s element type (e.g., SCALAR, VEC3, MAT4) |
min | : number[] | Read | Holds an array of the minimum values for each component across all accessor elements |
max | : number[] | Read |