gestalt.context
Class GLContext

java.lang.Object
  extended by gestalt.context.GLContext
Direct Known Subclasses:
JoglGLContext

public class GLContext
extends java.lang.Object

is a structure that is passed to drawables that receive the draw event. it can hold information about texturemanager, camera and eventhandler but is not obligated to do so.


Field Summary
 Camera camera
           
 DisplayCapabilities displaycapabilities
           
 EventHandler event
           
 
Constructor Summary
GLContext()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public EventHandler event

camera

public Camera camera

displaycapabilities

public DisplayCapabilities displaycapabilities
Constructor Detail

GLContext

public GLContext()


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