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

NameTypeAccessDescription
buffer: numberReadIdentifies the index of the buffer containing the view’s data
byteOffset: numberReadSpecifies the offset in bytes from the start of the buffer
byteLength: numberReadIndicates the length in bytes of the buffer view
target: numberReadDefines the intended GPU buffer target (e.g., ARRAY_BUFFER)

See Also