Geometry.OptimizeVertices Method |
Language: |
Optimizes a set of vertices.
Visual Basic Public Shared Function OptimizeVertices( _
ByVal indices() As Short, _
ByVal numberVertices As Integer _
) As Integer()C# public static int[] OptimizeVertices(
short[] indices,
int numberVertices
);C++ public:
static array<int>^ OptimizeVertices(
array<short>^ indices,
int numberVertices
);JScript public static function OptimizeVertices(
indices : short[],
numberVertices : int
) : int[];
indices System.Int16[]
Array of 16-bit indices that indicate the vertices to optimize.numberVertices System.Int32
Number of vertices to optimize.
System.Int32[]
Optimized vertices.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center