Microsoft DirectX 9.0 SDK Update (October 2004)

BaseMesh.ConvertPointRepsToAdjacency Method

Language:

Note: This documentation is preliminary and is subject to change.

Converts point representative data to mesh adjacency information.

Definition

Visual Basic .NET Public Function ConvertPointRepsToAdjacency( _
    ByVal pointReps As GraphicsStream _
) As Integer()
C# public int[] ConvertPointRepsToAdjacency(
    GraphicsStream pointReps
);
Managed C++ public: int ConvertPointRepsToAdjacency(
    GraphicsStream *pointReps
) __gc[];
JScript .NET public function ConvertPointRepsToAdjacency(
    pointReps : GraphicsStream
) : int[];

Parameters

pointReps Microsoft.DirectX.GraphicsStream. A GraphicsStream that contains one Int32 Leave Site per vertex of the mesh that represents point representative data. This parameter is optional; supplying a value of 0 causes it to be interpreted as an "identity" array.

Return Value

System.Int32[]. Array of three Int32 Leave Site values per face, which specify the three neighbors for each face in the mesh.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
OutOfMemoryException Leave Site Microsoft® Direct3D® could not allocate sufficient memory to complete the call.

Applies To

Mesh, ProgressiveMesh

See Also


© 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