IMeshTraversal
Description
- Derived from
- Extended by
-
IBatchContainerBase
IMeshAction
MeshTraversal abstract
Base interface for classes that implement hierarchical mesh traversal, using the meshes sector quad-tree (see MeshTree, obtainable via IMesh.Tree).
Public / Methods
VisitQuadrant
Visits a quadrant of the given mesh sector on the current face, assuming that the corresponding child mesh sector does not exist.
The quadtree data structure for visiting the given sector can be obtained by getting the IMesh.Tree property of the current mesh (see IMeshBound.MeshBind.
VisitSector
Visits the given mesh sector on the current face.
The quadtree data structure for visiting the given sector can be obtained by getting the IMesh.Tree property of the current mesh (see IMeshBound.MeshBind.
Public / Attributes
FilterOut
The mesh tree output filter to use for performing sector culling and marking.
This MeshTreeFilter is not reset automatically. The application is responsible to call MeshTreeFilter.Reset.
The default value is null
.