![]() |
![]() |
![]() |
MeshContainer.GetAdjacencyStream Method |
Language: |
Retrieves a GraphicsStream object that contains the mesh adjacency information.
Visual Basic .NET Public Function GetAdjacencyStream() As GraphicsStream C# public GraphicsStream GetAdjacencyStream(); Managed C++ public: GraphicsStream* GetAdjacencyStream(); JScript .NET public function GetAdjacencyStream() : GraphicsStream;
Microsoft.DirectX.GraphicsStream . A GraphicsStream object that represents the adjacency information.
The size of the adjacency array is the maximum number of faces multiplied by 3.
The face adjacency is stored as an array of arrays. The innermost array contains three indices of adjacent triangles, and the outer array contains one face adjacency set per triangle in the mesh. If the edge has no adjacent faces, the value is 0xffffffff.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center