Buffer View
@Serializable
A view into a buffer generally representing a subset of the buffer.
https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/bufferView.schema.json
Constructors
Properties
Link copied to clipboard
The length of the bufferView in bytes.
Link copied to clipboard
The offset into the buffer in bytes.
Link copied to clipboard
The stride, in bytes, between vertex attributes. When this is not defined, data is tightly packed. When two or more accessors use the same buffer view, this field MUST be defined.
Link copied to clipboard
JSON object with extension-specific objects.