|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimogl.effect.particle.AbstractParticleEffect
simogl.effect.particle.custom.Fire
public class Fire
Constructor Summary | |
---|---|
Fire(float x,
float y,
float z,
int numberOfParticles,
long maxPartAge,
long creationIntervall)
Creates a fire effect with the specified parameters |
Method Summary |
---|
Methods inherited from class simogl.effect.particle.AbstractParticleEffect |
---|
draw, setEnabled, setPosition, setPosition, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fire(float x, float y, float z, int numberOfParticles, long maxPartAge, long creationIntervall)
x
- x-coordinatey
- y-coordinatez
- z-coordinatenumberOfParticles
- maximum number of particles to usemaxPartAge
- maximum particle age (in miliseconds)creationIntervall
- intervall between the generation of two particles (in miliseconds)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |