Expand description
Spatial partitioning tools.
Structs§
- Bvh
- A Bounding Volume Hierarchy designed for spatial queries and physics engine broad-phases.
- BvhNode
- The note (internal or leaf) of a BVH.
- BvhWorkspace
- Workspace data for various operations on the tree.
Enums§
- BvhBuild
Strategy - The strategy for one-time build of the tree.
- Traversal
Action - Controls the execution flowo of
Bvh::traverse
.
Traits§
- BvhLeaf
Cost - Cost associated to a BVH leaf during best-first traversal.