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

NameTypeAccessDescription
bufferView: numberReadIs the index of the bufferView that stores this accessor’s data
byteOffset: numberReadIs the byte offset within the bufferView where the accessor data begins
componentType: numberReadSpecifies the numeric data type of each component (e.g., FLOAT, UNSIGNED_SHORT)
count: numberReadIs the total number of elements referenced by this accessor
type: stringReadIs a string indicating the accessor’s element type (e.g., SCALAR, VEC3, MAT4)
min: number[]ReadHolds an array of the minimum values for each component across all accessor elements
max: number[]Read

See Also