net.jinx.physics.fountain
Class SphereVisible

java.lang.Object
  extended by net.jinx.physics.fountain.SphereVisible
All Implemented Interfaces:
ParticleVisible

public class SphereVisible
extends java.lang.Object
implements ParticleVisible


Constructor Summary
SphereVisible(float radius, int detail)
           
 
Method Summary
 void deinit(Context opt)
           
 void draw(Context opt, java.util.Collection objects)
           
 void drawPass(Context opt, Pass pass, java.util.Collection objects)
           
 void init(Context opt)
           
 void setMaterial(Material material)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SphereVisible

public SphereVisible(float radius,
                     int detail)
Method Detail

setMaterial

public void setMaterial(Material material)

init

public void init(Context opt)
Specified by:
init in interface ParticleVisible

draw

public void draw(Context opt,
                 java.util.Collection objects)
Specified by:
draw in interface ParticleVisible

drawPass

public void drawPass(Context opt,
                     Pass pass,
                     java.util.Collection objects)
Specified by:
drawPass in interface ParticleVisible

deinit

public void deinit(Context opt)
Specified by:
deinit in interface ParticleVisible