gestalt.impl.jogl.render.controller
Class JoglOrthoSetup

java.lang.Object
  extended by gestalt.shape.AbstractDrawable
      extended by gestalt.render.plugin.Camera
          extended by gestalt.impl.jogl.render.controller.JoglOrthoSetup
All Implemented Interfaces:
Drawable, java.lang.Cloneable

public class JoglOrthoSetup
extends Camera


Field Summary
 Vector2f frustumoffset
           
 
Fields inherited from class gestalt.render.plugin.Camera
culling, farclipping, fovy, nearclipping
 
Constructor Summary
JoglOrthoSetup()
           
 
Method Summary
 void draw(GLContext theRenderContext)
          this method is used to draw the drawable, when the context is ready.
 
Methods inherited from class gestalt.render.plugin.Camera
add, clone, copy, forward, getDistanceToZeroPlane, getDistanceToZeroPlane, getForward, getInversRotationMatrix, getMode, getRotationMatrix, getSide, getUp, isActive, lookat, modelviewmatrix, plugins, position, projectionmatrix, 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

frustumoffset

public Vector2f frustumoffset
Constructor Detail

JoglOrthoSetup

public JoglOrthoSetup()
Method Detail

draw

public void draw(GLContext theRenderContext)
Description copied from interface: Drawable
this method is used to draw the drawable, when the context is ready. although the behavior sometimes varies and doesn t always need to have a visual representation depending on the implementation.

Parameters:
theRenderContext - GLContext


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009