Module bvh::bounding_hierarchy[][src]

This module defines the BoundingHierarchy trait.

Traits

BHShape

Describes a shape as referenced by a BoundingHierarchy leaf node. Knows the index of the node in the BoundingHierarchy it is in.

BoundingHierarchy

This trait defines an acceleration structure with space partitioning. This structure is used to efficiently compute ray-scene intersections.