|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgestalt.shape.AbstractDrawable
gestalt.render.plugin.Camera
gestalt.impl.jogl.render.plugin.JoglCamera
public class JoglCamera
| Field Summary | |
|---|---|
static boolean |
AUTO_UPDATE_MATRIX
|
static boolean |
STORE_MATRICES
|
| Fields inherited from class gestalt.render.plugin.Camera |
|---|
culling, farclipping, fovy, frustumoffset, nearclipping |
| Constructor Summary | |
|---|---|
JoglCamera()
|
|
| Method Summary | |
|---|---|
void |
draw(GLContext theRenderContext)
this method is used to draw the drawable, when the context is ready. |
float[] |
modelviewmatrix()
|
float[] |
projectionmatrix()
|
| Methods inherited from class gestalt.render.plugin.Camera |
|---|
add, clone, copy, forward, getDistanceToZeroPlane, getDistanceToZeroPlane, getForward, getInversRotationMatrix, getMode, getRotationMatrix, getSide, getUp, isActive, lookat, plugins, position, reset, reset, reset, rotation, set, setActive, setLookAtRef, setMode, setPositionRef, setRotationRef, setUpVectorRef, side, toString, toWorld, up, updateRotationMatrix, upvector, viewport |
| Methods inherited from class gestalt.shape.AbstractDrawable |
|---|
getSortData, getSortValue, isSortable, setSortValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static boolean AUTO_UPDATE_MATRIX
public static boolean STORE_MATRICES
| Constructor Detail |
|---|
public JoglCamera()
| Method Detail |
|---|
public void draw(GLContext theRenderContext)
Drawable
theRenderContext - GLContextpublic float[] projectionmatrix()
projectionmatrix in class Camerapublic float[] modelviewmatrix()
modelviewmatrix in class Camera
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||