Geometry.OptimizeFaces Method |
Language: |
Optimizes a set of faces.
Visual Basic Public Shared Function OptimizeFaces( _
ByVal indices() As Integer, _
ByVal numberVertices As Integer _
) As Integer()C# public static int[] OptimizeFaces(
int[] indices,
int numberVertices
);C++ public:
static array<int>^ OptimizeFaces(
array<int>^ indices,
int numberVertices
);JScript public static function OptimizeFaces(
indices : int[],
numberVertices : int
) : int[];
indices System.Int32[]
Array of 32-bit indices that indicate the mesh faces to optimize.numberVertices System.Int32
Number of vertices in the mesh to optimize.
System.Int32[]
Array of Int32 values that represent the optimized faces.
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