Class AccessorSparseIndices
Sparse indices property of a glTF
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class AccessorSparseIndices
Fields
Name | Description |
---|---|
bufferView | The index of the bufferView with sparse indices. Referenced bufferView can't have ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER target. |
byteOffset | The offset relative to the start of the bufferView in bytes. Must be aligned. |
componentType | The indices data type. Valid values correspond to WebGL enums:
|