gestalt.impl.jogl.render.plugin
Class JoglLight

java.lang.Object
  extended by gestalt.shape.AbstractDrawable
      extended by gestalt.render.plugin.Light
          extended by gestalt.impl.jogl.render.plugin.JoglLight
All Implemented Interfaces:
Drawable, CameraPlugin

public class JoglLight
extends Light


Field Summary
 
Fields inherited from class gestalt.render.plugin.Light
ambient, diffuse, direction, enable, global_ambient, intesity, specular
 
Constructor Summary
JoglLight()
           
 
Method Summary
 void draw(GLContext theRenderContext)
          this method is used to draw the drawable, when the context is ready.
 void end(GLContext theRenderContext)
           
 
Methods inherited from class gestalt.render.plugin.Light
begin, getID, position, setPositionRef, setType, toString
 
Methods inherited from class gestalt.shape.AbstractDrawable
add, getSortData, getSortValue, isActive, isSortable, setSortValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JoglLight

public JoglLight()
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

end

public void end(GLContext theRenderContext)


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