| Package | Description |
|---|---|
| org.dayflower.pathtracer.application |
Provides the Application API.
|
| org.dayflower.pathtracer.util |
Provides utilities that do not fit anywhere else.
|
| Class and Description |
|---|
| FPSCounter
An
FPSCounter is used for calculating frames per second (FPS). |
| Class and Description |
|---|
| Image.ArrayComponentOrder
An
ArrayComponentOrder is used to tell us what order the R-, G-, B- and A-components are stored in arrays. |
| Image.PackedIntComponentOrder
A
PackedIntComponentOrder is used to tell us what order the R-, G-, B- and A-components are stored in an int, in a packed form. |