Package | Description |
---|---|
org.jzy3d.plot3d.rendering.view |
Provides interfaces, abstract classes and concrete classes to perform rendering
of 3d objects into a canvas.
|
org.jzy3d.plot3d.rendering.view.modes |
Modifier and Type | Field and Description |
---|---|
protected CameraMode |
View.cameraMode |
Modifier and Type | Method and Description |
---|---|
CameraMode |
View.getCameraMode()
Get the projection of this view, either CameraMode.ORTHOGONAL or
CameraMode.PERSPECTIVE.
|
Modifier and Type | Method and Description |
---|---|
void |
Camera.doShoot(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
CameraMode projection) |
void |
View.setCameraMode(CameraMode mode)
Set the projection of this view, either Camera.ORTHOGONAL or
Camera.PERSPECTIVE.
|
void |
Camera.shoot(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
CameraMode projection)
Sets the projection and the mapping of the 3d model to 2d screen.
|
void |
Camera.shoot(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
CameraMode projection,
boolean doPushMatrixBeforeShooting) |
Modifier and Type | Method and Description |
---|---|
static CameraMode |
CameraMode.valueOf(String name)
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.
|
Copyright © 2016. All rights reserved.