Class AccessorSparseValues
Sparse values property of a glTF
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class AccessorSparseValues
Fields
Name | Description |
---|---|
bufferView | The index of the bufferView with sparse values. 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. |