GltfBufferView
Overview
GltfBufferView is a interface in Aspose.3D FOSS for Typescript.
GltfBufferView.buffer identifies the index of the buffer containing the view’s data.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
buffer | : number | Read | Identifies the index of the buffer containing the view’s data |
byteOffset | : number | Read | Specifies the offset in bytes from the start of the buffer |
byteLength | : number | Read | Indicates the length in bytes of the buffer view |
target | : number | Read | Defines the intended GPU buffer target (e.g., ARRAY_BUFFER) |