IMorphTargetBuilder.SetVertex

SetVertex(IVertexGeometry, IVertexGeometry)

Sets an absolute morph target.

public void SetVertex(IVertexGeometry meshVertex, IVertexGeometry morphVertex)
ParameterTypeDescription
meshVertexIVertexGeometryThe base mesh vertex to morph.
morphVertexIVertexGeometryThe morphed vertex.

See Also


SetVertex(IVertexGeometry, IVertexGeometry, IVertexMaterial)

Sets an absolute morph target.

public void SetVertex(IVertexGeometry meshVertex, IVertexGeometry morphVertex, 
    IVertexMaterial morphMaterial)
ParameterTypeDescription
meshVertexIVertexGeometryThe base mesh vertex to morph.
morphVertexIVertexGeometryThe morphed vertex.
morphMaterialIVertexMaterialThe morphed vertex material.

See Also