Uses of Class org.sunflow.core.Options

Uses in package org.sunflow.core.renderer

Methods with parameter type org.sunflow.core.Options

boolean
BucketRenderer.prepare(Options options, Scene scene, int w, int h)
Prepare the sampler for rendering an image of w x h pixels
boolean
ProgressiveRenderer.prepare(Options options, Scene scene, int w, int h)
Prepare the sampler for rendering an image of w x h pixels
boolean
SimpleRenderer.prepare(Options options, Scene scene, int w, int h)

Uses in package org.sunflow.core.photonmap

Constructors with parameter type org.sunflow.core.Options

Uses in package org.sunflow.core

Methods with parameter type org.sunflow.core.Options

boolean
ImageSampler.prepare(Options options, Scene scene, int w, int h)
Prepare the sampler for rendering an image of w x h pixels
void
Scene.render(Options options, ImageSampler sampler, Display display)
Render the scene using the specified options, image sampler and display.

Uses in package org.sunflow.core.gi

Constructors with parameter type org.sunflow.core.Options

Methods with parameter type org.sunflow.core.Options

GIEngine