IPrimitiveMorphTargetReader.GetVertex

IPrimitiveMorphTargetReader.GetVertex method

Gets the vertex for the given vertexIndex morphed by the current morph target (if any).

public IVertexBuilder GetVertex(int vertexIndex)
ParameterTypeDescription
vertexIndexInt32The index of the vertex.

Return Value

If the given index has a morphed vertex, it will return it, else it will return the base vertex.

See Also