bufferView property

GltfRef<BufferView> bufferView
final

The reference to the buffer view with sparse indices. The referenced buffer view MUST NOT have its target or byteStride properties defined. The buffer view and the optional byteOffset MUST be aligned to the componentType byte length."

Implementation

final GltfRef<BufferView> bufferView;