IMorphTargetBuilder.GetVertices

IMorphTargetBuilder.GetVertices method

Gets a collection of vertices sharing this vertex position.

public IReadOnlyList<IVertexGeometry> GetVertices(Vector3 position)
ParameterTypeDescription
positionVector3A position given by Positions

Return Value

A collection of vertices (usually one, but can be two or more in boundaries)

See Also