MeshHelper.MergeDuplicateVertices Method (GeometryContent)
Note
This method is available only when developing for Windows.
Processes the PositionIndices and VertexChannel data of the specified geometry batch, merging any duplicate vertices.
This should generally be followed by a call to MergeDuplicatePositions.
Syntax
'Declaration
Public Shared Sub MergeDuplicateVertices ( _
geometry As GeometryContent _
)
public static void MergeDuplicateVertices (
GeometryContent geometry
)
public:
static void MergeDuplicateVertices(
GeometryContent geometry
)
Parameters
- geometry
Type: GeometryContent
Geometry batch to be processed.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
MeshHelper Class
MeshHelper Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP