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 CameraRenderObjectMap.RenderObjectHandle. getCamera()(package private) CameraRenderObjectMap. lookupCamera(java.lang.String name)private CameraSunflowAPI. lookupCamera(java.lang.String name)Retrieve a shader object by its name, ornullif 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) voidRenderObjectMap. 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 CameraScene. cameraMethods in org.sunflow.core that return Camera Modifier and Type Method Description (package private) CameraScene. getCamera()Methods in org.sunflow.core with parameters of type Camera Modifier and Type Method Description voidScene. setCamera(Camera camera)Sets the current camera (no support for multiple cameras yet).
-