Uses of Class
org.sunflow.core.Options
Packages that use Options
Package
Description
-
Uses of Options in org.sunflow.core
Methods in org.sunflow.core with parameters of type OptionsModifier and TypeMethodDescriptionboolean
Scene.calculatePhotons
(PhotonStore map, String type, int seed, Options options) Create a photon map as prescribed by the givenPhotonStore
.boolean
Initialize the engine.boolean
Prepare the sampler for rendering an image of w x h pixelsvoid
PhotonStore.prepare
(Options options, BoundingBox sceneBounds) Initialize this object for the specified scene size.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 OptionsModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
-
Uses of Options in org.sunflow.core.photonmap
Methods in org.sunflow.core.photonmap with parameters of type OptionsModifier and TypeMethodDescriptionvoid
CausticPhotonMap.prepare
(Options options, BoundingBox sceneBounds) void
GlobalPhotonMap.prepare
(Options options, BoundingBox sceneBounds) void
GridPhotonMap.prepare
(Options options, BoundingBox sceneBounds) -
Uses of Options in org.sunflow.core.renderer
Methods in org.sunflow.core.renderer with parameters of type OptionsModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean