jjdh API

jjdh.opengl.particleEngine.effects
Class FireRenderer

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

public class FireRenderer
extends AbstractParticleEffectRenderer<Particle>


Field Summary
private  Material material
           
private  ParticleContainer<? extends Particle> particleContainer
           
private  com.sun.opengl.util.texture.Texture texture
           
 
Constructor Summary
FireRenderer(com.sun.opengl.util.texture.Texture texture)
           
FireRenderer(com.sun.opengl.util.texture.Texture texture, float[] scale)
           
 
Method Summary
 void render(javax.media.opengl.GL gl)
           
 void setParticleContainer(ParticleContainer<Particle> 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

particleContainer

private ParticleContainer<? extends Particle> particleContainer

texture

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

material

private Material material
Constructor Detail

FireRenderer

public FireRenderer(com.sun.opengl.util.texture.Texture texture)

FireRenderer

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

setParticleContainer

public void setParticleContainer(ParticleContainer<Particle> container)

render

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

jjdh API

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