jjdh.opengl.particleEngine.effects
Class FountainRendererWater
java.lang.Object
jjdh.opengl.particleEngine.AbstractParticleEffectRenderer<Particle>
jjdh.opengl.particleEngine.effects.FountainRendererWater
- All Implemented Interfaces:
- IParticleEffectRenderer<Particle>
public class FountainRendererWater
- extends AbstractParticleEffectRenderer<Particle>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
particles
private ParticleContainer<Particle> particles
texture
private com.sun.opengl.util.texture.Texture texture
material
private Material material
FountainRendererWater
public FountainRendererWater(com.sun.opengl.util.texture.Texture t,
float[] scale)
render
public void render(javax.media.opengl.GL gl)
setParticleContainer
public void setParticleContainer(ParticleContainer container)
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.