Module bvh::bounding_hierarchy[][src]

Expand description

This module defines the BoundingHierarchy trait.

Traits

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

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