Uses of Class
org.sunflow.core.Options

Packages that use Options
org.sunflow.core   
org.sunflow.core.gi   
org.sunflow.core.photonmap   
org.sunflow.core.renderer   
 

Uses of Options in org.sunflow.core
 

Methods in org.sunflow.core with parameters of type 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 of Options in org.sunflow.core.gi
 

Methods in org.sunflow.core.gi with parameters of type Options
static GIEngine GIEngineFactory.create(Options options)
           
 

Constructors in org.sunflow.core.gi with parameters of type Options
AmbientOcclusionGIEngine(Options options)
           
FakeGIEngine(Options options)
           
InstantGI(Options options)
           
IrradianceCacheGIEngine(Options options)
           
PathTracingGIEngine(Options options)
           
 

Uses of Options in org.sunflow.core.photonmap
 

Constructors in org.sunflow.core.photonmap with parameters of type Options
CausticPhotonMap(Options options)
           
 

Uses of Options in org.sunflow.core.renderer
 

Methods in org.sunflow.core.renderer with parameters of type Options
 boolean SimpleRenderer.prepare(Options options, Scene scene, int w, int h)
           
 boolean ProgressiveRenderer.prepare(Options options, Scene scene, int w, int h)
           
 boolean BucketRenderer.prepare(Options options, Scene scene, int w, int h)