RegionCulling
Description
- Derived from
-
MeshTraversal abstract
IMeshAction
IMeshBoundMinRadius
The RegionCulling class traverses the filtered mesh (see IMeshFilters.FilterIn), performs a visibility test for each mesh sector with the configured region (see Regions) and culls away all sectors that are outside of it (see MeshTree.SectorCull).
Each visited mesh sector is tested for a maximum bounding-sphere radius. If the sectors bounding-sphere is smaller, it will be culled away (see MeshTree.SectorCull).
The following vertex data semantics are used by this class:
-
required : Semantic.Position
-
required : Semantic.Radius