gestalt.candidates
Class JoglCameraViewPlane

java.lang.Object
  extended by gestalt.render.bin.RenderBin
      extended by gestalt.candidates.JoglCameraViewPlane
All Implemented Interfaces:
AbstractBin, Drawable

public class JoglCameraViewPlane
extends RenderBin


Constructor Summary
JoglCameraViewPlane(Camera theCamera)
           
 
Method Summary
 Camera camera()
           
 void draw(GLContext theRenderContext)
          this method is used to draw the drawable, when the context is ready.
 void toGlobal(Vector3f thePosition)
           
 void toLocal(Vector3f thePosition)
           
 
Methods inherited from class gestalt.render.bin.RenderBin
add, add, clear, find, get, getDataRef, getSortData, getSortValue, isActive, isSortable, remove, remove, remove, replace, set, setActive, setSortValue, size, swap, swap, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JoglCameraViewPlane

public JoglCameraViewPlane(Camera theCamera)
Method Detail

toLocal

public void toLocal(Vector3f thePosition)

toGlobal

public void toGlobal(Vector3f thePosition)

camera

public Camera camera()

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.

Specified by:
draw in interface Drawable
Overrides:
draw in class RenderBin
Parameters:
theRenderContext - GLContext


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