| Package | Description |
|---|---|
| org.dayflower.pathtracer.scene.bvh |
Provides the Bounding Volume Hierarchy (BVH) API.
|
| org.dayflower.pathtracer.scene.shape |
Provides
Shape implementations. |
| Class and Description |
|---|
| Triangle
A
Shape implementation that implements a triangle. |
| Class and Description |
|---|
| Triangle
A
Shape implementation that implements a triangle. |
| Triangle.Vertex
A
Vertex represents a vertex in a Triangle. |