| Interface | Description |
|---|---|
| SceneCompilerObserver |
A
SceneCompilerObserver can be added to a SceneCompiler to observe the compilation process. |
| Class | Description |
|---|---|
| AbstractSceneCompilerObserver |
An
AbstractSceneCompilerObserver is an abstract implementation of SceneCompilerObserver that does nothing by default. |
| CompiledScene |
A
CompiledScene represents a compiled version of a Scene instance. |
| DynamicCompiledScene |
A
DynamicCompiledScene represents a dynamic and compiled version of a Scene instance. |
| PrintingSceneCompilerObserver |
A
PrintingSceneCompilerObserver is an implementation of SceneCompilerObserver that prints the progress to System.out. |
| SceneCompiler |
A class that compiles
Scenes so they can be used by Dayflower - Path Tracer. |