Mesh.Validate Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Validates a mesh.
Definition
Visual Basic .NET |
Public Sub Validate( _ ByVal adjacency() As Integer _ ) |
C# |
public void Validate( int[] adjacency ); |
Managed C++ |
public: void Validate( int adjacency __gc[] ); |
JScript .NET |
public function Validate( adjacency : int[] ); |
Parameters
adjacency
|
System.Int32[]. Array of three Int32 values per face that specify the three neighbors for each face in the mesh to be tested. |
Remarks
This method validates the mesh by checking for invalid indices. Error information is available in the debug output.
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center