Expand description
GPU occlusion culling.
See OcclusionCulling
for a detailed description of occlusion culling in
Bevy.
Structsยง
- Occlusion
Culling - Add this component to a view in order to enable experimental GPU occlusion culling.
- Occlusion
Culling Plugin - Enables GPU occlusion culling.
- Occlusion
Culling Subview - A render-world component that contains resources necessary to perform occlusion culling on any view other than a camera.
- Occlusion
Culling Subview Entities - A render-world component placed on each camera that stores references to all entities other than cameras that need occlusion culling.