Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts mesh adjacency information to an array of point representatives.
Definition
Visual Basic Public Function ConvertAdjacencyToPointReps( _
ByVal adjaceny() As Integer _
) As Integer()C# public int[] ConvertAdjacencyToPointReps(
int[] adjaceny
);C++ public:
array<int>^ ConvertAdjacencyToPointReps(
array<int>^ adjaceny
);JScript public function ConvertAdjacencyToPointReps(
adjaceny : int[]
) : int[];
Parameters
adjaceny System.Int32[]
Array of three Int32values per face, which specify the three neighbors for each face in the mesh.
Return Value
System.Int32[]
Array that contains one Int32per vertex of the mesh that is filled with point representative data.
Remarks
Exceptions
The method call is invalid. For example, a method's parameter might contain an invalid value.
Microsoft Direct3D could not allocate sufficient memory to complete the call.
Applies To
See Also
.gif)