Uses of Enum
org.jzy3d.plot3d.rendering.view.modes.CameraMode
-
Uses of CameraMode in org.jzy3d.plot3d.rendering.view
Modifier and TypeMethodDescriptionView.getCameraMode()
Get the projection of this view, either CameraMode.ORTHOGONAL or CameraMode.PERSPECTIVE.Modifier and TypeMethodDescriptionvoid
Camera.doShoot
(IPainter painter, CameraMode projection) Apply camera position and orientation and performs projection of the visible volume either in perspective or orthogonal mode.void
View.setCameraMode
(CameraMode mode) Set the projection of this view, either Camera.ORTHOGONAL or Camera.PERSPECTIVE.void
Camera.shoot
(IPainter painter, CameraMode projection) Sets the projection and the mapping of the 3d model to 2d screen.void
Camera.shoot
(IPainter painter, CameraMode projection, boolean doPushMatrixBeforeShooting) void
View.updateCamera
(ViewportConfiguration viewport, BoundingBox3d bounds, ViewPositionMode viewmode, Coord3d viewpoint, Camera cam, CameraMode cameraMode, float factorViewPointDistance, Coord3d center, Coord3d scaling) -
Uses of CameraMode in org.jzy3d.plot3d.rendering.view.modes
Modifier and TypeMethodDescriptionstatic CameraMode
Returns the enum constant of this type with the specified name.static CameraMode[]
CameraMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.