See: Description
| Class | Description |
|---|---|
| BoundingVolumeHierarchy |
A
BoundingVolumeHierarchy is an implementation of an acceleration structure called a Bounding Volume Hierarchy (BVH). |
| BoundingVolumeHierarchy.LeafNode |
A
LeafNode is a BoundingVolumeHierarchy.Node implementation that represents a leaf node in a Bounding Volume Hierarchy (BVH). |
| BoundingVolumeHierarchy.Node |
A
Node is an abstract base type used to represent a node in a Bounding Volume Hierarchy (BVH). |
| BoundingVolumeHierarchy.TreeNode |
A
TreeNode is a BoundingVolumeHierarchy.Node implementation that represents a tree node in a Bounding Volume Hierarchy (BVH). |