jjdh API

jjdh.opengl.particleEngine.effects
Class FountainRendererWater

java.lang.Object
  extended by jjdh.opengl.particleEngine.AbstractParticleEffectRenderer<Particle>
      extended by jjdh.opengl.particleEngine.effects.FountainRendererWater
All Implemented Interfaces:
IParticleEffectRenderer<Particle>

public class FountainRendererWater
extends AbstractParticleEffectRenderer<Particle>


Field Summary
private  Material material
           
private  ParticleContainer<Particle> particles
           
private  com.sun.opengl.util.texture.Texture texture
           
 
Constructor Summary
FountainRendererWater(com.sun.opengl.util.texture.Texture t, float[] scale)
           
 
Method Summary
 void render(javax.media.opengl.GL gl)
           
 void setParticleContainer(ParticleContainer container)
           
 
Methods inherited from class jjdh.opengl.particleEngine.AbstractParticleEffectRenderer
getBillboard, setBillboard
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

particles

private ParticleContainer<Particle> particles

texture

private com.sun.opengl.util.texture.Texture texture

material

private Material material
Constructor Detail

FountainRendererWater

public FountainRendererWater(com.sun.opengl.util.texture.Texture t,
                             float[] scale)
Method Detail

render

public void render(javax.media.opengl.GL gl)

setParticleContainer

public void setParticleContainer(ParticleContainer container)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.