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 Scene
SunflowAPI. scene
Methods in org.sunflow with parameters of type Scene Modifier and Type Method Description (package private) void
RenderObjectMap. updateScene(Scene scene)
-
Uses of Scene in org.sunflow.core
Fields in org.sunflow.core declared as Scene Modifier and Type Field Description private Scene
LightServer. scene
Methods in org.sunflow.core that return Scene Modifier and Type Method Description (package private) Scene
LightServer. getScene()
Methods in org.sunflow.core with parameters of type Scene Modifier and Type Method Description boolean
GIEngine. init(Options options, Scene scene)
Initialize the engine.boolean
ImageSampler. 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 boolean
AmbientOcclusionGIEngine. init(Options options, Scene scene)
boolean
FakeGIEngine. init(Options options, Scene scene)
boolean
InstantGI. init(Options options, Scene scene)
boolean
IrradianceCacheGIEngine. init(Options options, Scene scene)
boolean
PathTracingGIEngine. 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 Scene
BucketRenderer. scene
private Scene
MultipassRenderer. scene
private Scene
ProgressiveRenderer. scene
private Scene
SimpleRenderer. scene
Methods in org.sunflow.core.renderer with parameters of type Scene Modifier and Type Method Description boolean
BucketRenderer. prepare(Options options, Scene scene, int w, int h)
boolean
MultipassRenderer. prepare(Options options, Scene scene, int w, int h)
boolean
ProgressiveRenderer. prepare(Options options, Scene scene, int w, int h)
boolean
SimpleRenderer. prepare(Options options, Scene scene, int w, int h)
-