Accessor.SetVertexData

SetVertexData(MemoryAccessor)

public void SetVertexData(MemoryAccessor src)

See Also


SetVertexData(BufferView, int, int, DimensionType, EncodingType, bool)

Associates this Accessor with a BufferView

public void SetVertexData(BufferView buffer, int bufferByteOffset, int itemCount, 
    DimensionType dimensions = DimensionType.VEC3, EncodingType encoding = EncodingType.FLOAT, 
    bool normalized = false)
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