Uses of Class
org.sunflow.core.Options
-
Packages that use Options Package Description org.sunflow org.sunflow.core org.sunflow.core.gi org.sunflow.core.photonmap org.sunflow.core.renderer -
-
Uses of Options in org.sunflow
Methods in org.sunflow that return Options Modifier and Type Method Description private OptionsRenderObjectMap.RenderObjectHandle. getOptions()(package private) OptionsRenderObjectMap. lookupOptions(java.lang.String name)private OptionsSunflowAPI. lookupOptions(java.lang.String name)Methods in org.sunflow with parameters of type Options Modifier and Type Method Description (package private) voidRenderObjectMap. put(java.lang.String name, Options options)Constructors in org.sunflow with parameters of type Options Constructor Description RenderObjectHandle(Options options) -
Uses of Options in org.sunflow.core
Methods in org.sunflow.core with parameters of type Options Modifier and Type Method Description (package private) booleanLightServer. build(Options options)(package private) booleanLightServer. calculatePhotons(PhotonStore map, java.lang.String type, int seed, Options options)booleanScene. calculatePhotons(PhotonStore map, java.lang.String type, int seed, Options options)Create a photon map as prescribed by the givenPhotonStore.booleanGIEngine. init(Options options, Scene scene)Initialize the engine.booleanImageSampler. prepare(Options options, Scene scene, int w, int h)Prepare the sampler for rendering an image of w x h pixelsvoidPhotonStore. prepare(Options options, BoundingBox sceneBounds)Initialize this object for the specified scene size.voidScene. 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 Modifier and Type Method Description booleanAmbientOcclusionGIEngine. init(Options options, Scene scene)booleanFakeGIEngine. init(Options options, Scene scene)booleanInstantGI. init(Options options, Scene scene)booleanIrradianceCacheGIEngine. init(Options options, Scene scene)booleanPathTracingGIEngine. init(Options options, Scene scene)voidInstantGI.PointLightStore. prepare(Options options, BoundingBox sceneBounds) -
Uses of Options in org.sunflow.core.photonmap
Methods in org.sunflow.core.photonmap with parameters of type Options Modifier and Type Method Description voidCausticPhotonMap. prepare(Options options, BoundingBox sceneBounds)voidGlobalPhotonMap. prepare(Options options, BoundingBox sceneBounds)voidGridPhotonMap. prepare(Options options, BoundingBox sceneBounds) -
Uses of Options in org.sunflow.core.renderer
Methods in org.sunflow.core.renderer with parameters of type Options Modifier and Type Method Description booleanBucketRenderer. prepare(Options options, Scene scene, int w, int h)booleanMultipassRenderer. prepare(Options options, Scene scene, int w, int h)booleanProgressiveRenderer. prepare(Options options, Scene scene, int w, int h)booleanSimpleRenderer. prepare(Options options, Scene scene, int w, int h)
-