gestalt.extension.gpgpu.particles
Class FBORandomizer

java.lang.Object
  extended by gestalt.shape.AbstractDrawable
      extended by gestalt.extension.gpgpu.particles.FBORandomizer
All Implemented Interfaces:
Drawable

public class FBORandomizer
extends AbstractDrawable


Constructor Summary
FBORandomizer(JoglFrameBufferObject theFBO)
           
 
Method Summary
 void draw(GLContext theContext)
          this method is used to draw the drawable, when the context is ready.
 boolean isActive()
          returns whether the drawable is active.
 
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

FBORandomizer

public FBORandomizer(JoglFrameBufferObject theFBO)
Method Detail

draw

public void draw(GLContext theContext)
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:
theContext - GLContext

isActive

public boolean isActive()
Description copied from interface: Drawable
returns whether the drawable is active. it is commonly implemented so that the drawables 'draw' method will be ommitted if 'isActive' return false, although this behavior can vary depending on the implementation.

Specified by:
isActive in interface Drawable
Overrides:
isActive in class AbstractDrawable
Returns:
boolean


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