Package | Description |
---|---|
org.sunflow | |
org.sunflow.core | |
org.sunflow.core.display | |
org.sunflow.core.renderer | |
org.sunflow.system |
Modifier and Type | Class | Description |
---|---|---|
class |
Benchmark |
Modifier and Type | Method | Description |
---|---|---|
void |
SunflowAPI.render(java.lang.String optionsName,
Display display) |
|
void |
SunflowAPIInterface.render(java.lang.String optionsName,
Display display) |
Render using the specified options and the specified display.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ImageSampler.render(Display display) |
Render the image to the specified display.
|
void |
Scene.render(Options options,
ImageSampler sampler,
Display display) |
Render the scene using the specified options, image sampler and display.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FastDisplay |
|
class |
FileDisplay |
|
class |
FrameDisplay |
|
class |
ImgPipeDisplay |
Modifier and Type | Method | Description |
---|---|---|
void |
BucketRenderer.render(Display display) |
|
void |
MultipassRenderer.render(Display display) |
|
void |
ProgressiveRenderer.render(Display display) |
|
void |
SimpleRenderer.render(Display display) |
Modifier and Type | Class | Description |
---|---|---|
class |
ImagePanel |