Interface IPrimitiveMorphTargetReader

IPrimitiveMorphTargetReader interface

public interface IPrimitiveMorphTargetReader

Methods

NameDescription
GetTargetIndices()Gets the collection of vertex indices that have morph target deltas.
GetVertex(int)Gets the vertex for the given vertexIndex morphed by the current morph target (if any).
GetVertexDelta(int)Gets the VertexGeometryDelta of a given vertex for a given morph target.

See Also