net.jinx.physics.fountain
Class SphereVisible
java.lang.Object
net.jinx.physics.fountain.SphereVisible
- All Implemented Interfaces:
- ParticleVisible
public class SphereVisible
- extends java.lang.Object
- implements ParticleVisible
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SphereVisible
public SphereVisible(float radius,
int 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