Module bvh

Module bvh 

Source
Expand description

Bounding Volume Hierarchy for accelerated spatial queries and intersection tests.

Structs§

AABB
Axis-Aligned Bounding Box used for BVH acceleration in collision/intersection tests.
BvhNode
A node in a Bounding Volume Hierarchy tree for O(n log n) triangle intersection queries.

Enums§

BvhContent
Content of a BVH node.