| Package | Description |
|---|---|
| org.dayflower.pathtracer.scene.bvh |
Provides the Bounding Volume Hierarchy (BVH) API.
|
| Class and Description |
|---|
| BoundingVolumeHierarchy
A
BoundingVolumeHierarchy is an implementation of an acceleration structure called 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). |