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.

Description

GltfAccessor is an interface in Aspose.3D FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : number; : number; : number. These operations enable developers to integrate gltfaccessor functionality directly into TypeScript applications.

The class also provides the bufferView property (gets the buffer view), the byteOffset property (gets the byte offset), the componentType property (gets the component type).

Properties

NameTypeAccessDescription
bufferView: numberReadGets the buffer view.
byteOffset: numberReadGets the byte offset.
componentType: numberReadGets the component type.
count: numberReadGets the count.
type: stringReadGets the type.
min: number[]ReadGets the min.
max: number[]ReadGets the max.

See Also