gestalt.impl.jogl.render.plugin
Class JoglFog

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

public class JoglFog
extends Fog


Field Summary
 
Fields inherited from class gestalt.render.plugin.Fog
enable, filter
 
Constructor Summary
JoglFog()
           
 
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.Fog
begin, color, density, density, end, end, getFogEnd, getFogStart, isActive, mode, setActive, setColorRef, setFogDensity, setFogEnd, setFogMode, setFogStart, start, start
 
Methods inherited from class gestalt.shape.AbstractDrawable
add, getSortData, getSortValue, isSortable, setSortValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoglFog

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