EigenMeat.EigenMaze
Class ParticleSphere

java.lang.Object
  extended byEigenMeat.EigenMaze.Particle
      extended byEigenMeat.EigenMaze.ParticleSphere

public class ParticleSphere
extends Particle

A single Particle for the particle engine.


Field Summary
 
Fields inherited from class EigenMeat.EigenMaze.Particle
b, g, position, r, scale, timeToDie, xgrav, xrot, xvel, ygrav, yrot, yvel, zgrav, zrot, zvel
 
Constructor Summary
ParticleSphere()
          Default constructor.
 
Method Summary
 void draw(net.java.games.jogl.GLDrawable gldraw)
          Draw the particle.
 
Methods inherited from class EigenMeat.EigenMaze.Particle
getPosition, getScale, getTimeToDie, process, setColor, setGravity, setPosition, setRotation, setScale, setTimeToDie, setVelocity, setVelocity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticleSphere

public ParticleSphere()
Default constructor.

Method Detail

draw

public void draw(net.java.games.jogl.GLDrawable gldraw)
Draw the particle.

Overrides:
draw in class Particle
Parameters:
gldraw - jogl gl interface