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
| 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. |