gestalt.extension.gpgpu.particles
Class AbstractParticleDrawer

java.lang.Object
  extended by gestalt.shape.AbstractDrawable
      extended by gestalt.extension.gpgpu.particles.AbstractParticleDrawer
All Implemented Interfaces:
Drawable
Direct Known Subclasses:
AttributeParticleDrawer, PlainParticleDrawer

public class AbstractParticleDrawer
extends AbstractDrawable

Author:
patrick

Constructor Summary
AbstractParticleDrawer()
           
 
Method Summary
 void draw(GLContext arg0)
          this method is used to draw the drawable, when the context is ready.
 int getVBO()
           
 void init(JoglFrameBufferObject theFBO)
           
 JoglMaterial material()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

AbstractParticleDrawer

public AbstractParticleDrawer()
Method Detail

init

public void init(JoglFrameBufferObject theFBO)

getVBO

public int getVBO()

draw

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

material

public JoglMaterial material()


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