IMeshPrimitiveDecoder.GetPositionDeltas

IMeshPrimitiveDecoder.GetPositionDeltas method

Gets the sequence of position deltas for the given vertex. (morph targets)

public IReadOnlyList<Vector3> GetPositionDeltas(int vertexIndex)
ParameterTypeDescription
vertexIndexInt32The vertex index.

Return Value

A collection of position deltas, one delta per morph target.

See Also