Uses of Class
org.sunflow.core.Scene
-
Packages that use Scene Package Description org.sunflow org.sunflow.core org.sunflow.core.gi org.sunflow.core.renderer -
-
Uses of Scene in org.sunflow
Fields in org.sunflow declared as Scene Modifier and Type Field Description private SceneSunflowAPI. sceneMethods in org.sunflow with parameters of type Scene Modifier and Type Method Description (package private) voidRenderObjectMap. updateScene(Scene scene) -
Uses of Scene in org.sunflow.core
Fields in org.sunflow.core declared as Scene Modifier and Type Field Description private SceneLightServer. sceneMethods in org.sunflow.core that return Scene Modifier and Type Method Description (package private) SceneLightServer. getScene()Methods in org.sunflow.core with parameters of type Scene Modifier and Type Method Description 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 pixelsConstructors in org.sunflow.core with parameters of type Scene Constructor Description LightServer(Scene scene) -
Uses of Scene in org.sunflow.core.gi
Methods in org.sunflow.core.gi with parameters of type Scene 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) -
Uses of Scene in org.sunflow.core.renderer
Fields in org.sunflow.core.renderer declared as Scene Modifier and Type Field Description private SceneBucketRenderer. sceneprivate SceneMultipassRenderer. sceneprivate SceneProgressiveRenderer. sceneprivate SceneSimpleRenderer. sceneMethods in org.sunflow.core.renderer with parameters of type Scene 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)
-