| Package | Description |
|---|---|
| org.dayflower.pathtracer.kernel |
Provides the Kernel API.
|
| org.dayflower.pathtracer.scene.compiler |
Provides the Scene Compiler API.
|
| org.dayflower.pathtracer.scene.loader |
Provides the Scene Loader API.
|
| Modifier and Type | Method and Description |
|---|---|
CompiledScene |
RendererKernel.getCompiledScene()
Returns the
CompiledScene. |
| Modifier and Type | Method and Description |
|---|---|
CompiledScene |
SceneCompiler.compile(Scene scene)
Compiles
scene into a CompiledScene instance. |
static CompiledScene |
CompiledScene.read(java.io.DataInputStream dataInputStream)
Reads the data provided by
dataInputStream into a CompiledScene instance. |
static CompiledScene |
CompiledScene.read(java.io.File file)
Reads the data provided by a file represented by
file into a CompiledScene instance. |
static CompiledScene |
CompiledScene.read(java.lang.String filename)
Reads the data provided by a file represented by
filename into a CompiledScene instance. |
| Modifier and Type | Method and Description |
|---|---|
CompiledScene |
SceneLoader.loadCompiledScene()
Returns a
CompiledScene given the name provided by getName(). |