[][src]Module tray_rust::geometry::bvh

Provides a simple SAH split based BVH2 that stores types implementing the Boundable trait

Structs

BVH

A standard BVH2 that stores objects that can report their bounds in some space via the Boundable trait. The BVH is constructed using a SAH partitioning scheme