Accessor.SetData

Accessor.SetData method

Associates this Accessor with a BufferView

public void SetData(BufferView buffer, int bufferByteOffset, int itemCount, 
    DimensionType dimensions, EncodingType encoding, bool normalized)
ParameterTypeDescription
bufferBufferViewThe BufferView source.
bufferByteOffsetInt32The start byte offset within buffer.
itemCountInt32The number of items in the accessor.
dimensionsDimensionTypeThe DimensionType item type.
encodingEncodingTypeThe EncodingType item encoding.
normalizedBooleanThe item normalization mode.

See Also