Uses of Class
org.sunflow.core.Camera
-
Packages that use Camera Package Description org.sunflow org.sunflow.core -
-
Uses of Camera in org.sunflow
Methods in org.sunflow that return Camera Modifier and Type Method Description private Camera
RenderObjectMap.RenderObjectHandle. getCamera()
(package private) Camera
RenderObjectMap. lookupCamera(java.lang.String name)
private Camera
SunflowAPI. lookupCamera(java.lang.String name)
Retrieve a shader object by its name, ornull
if no shader was found, or if the specified object is not a shader.Methods in org.sunflow with parameters of type Camera Modifier and Type Method Description (package private) void
RenderObjectMap. put(java.lang.String name, Camera camera)
Constructors in org.sunflow with parameters of type Camera Constructor Description RenderObjectHandle(Camera camera)
-
Uses of Camera in org.sunflow.core
Fields in org.sunflow.core declared as Camera Modifier and Type Field Description private Camera
Scene. camera
Methods in org.sunflow.core that return Camera Modifier and Type Method Description (package private) Camera
Scene. getCamera()
Methods in org.sunflow.core with parameters of type Camera Modifier and Type Method Description void
Scene. setCamera(Camera camera)
Sets the current camera (no support for multiple cameras yet).
-