|
j3d.org Code | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParticleInitializer | |
---|---|
org.j3d.geom.particle | Generalised classes for providing particle systems in any rendering environment. |
Uses of ParticleInitializer in org.j3d.geom.particle |
---|
Classes in org.j3d.geom.particle that implement ParticleInitializer | |
---|---|
class |
BaseEmitter
Common base class that implements the ParticleInitializer interface
for all emitters. |
class |
ExplosionPointEmitter
Generates particles that explode from a point in space, in any direction. |
class |
MaxAgePointEmitter
Emits particles at a fixed point in space which only have a maximum time limit and color set - all other values are zeroed out. |
class |
MaxAgePointForceEmitter
MaxAgePointEmitter checks the age of a Particle and reinitializes it by moving it to a point in space and clearing resultant force and velocity and setting a new randomized force on the Particle. |
class |
MaxTimePointEmitter
Emitter that limits the maximum age based on wall-clock existance time. |
class |
PointEmitter
Particle emitter that generates particles with an initial speed and direction from a single point in space. |
class |
PolylineEmitter
An emitter that generates particles along a single polyline length. |
Methods in org.j3d.geom.particle that return ParticleInitializer | |
---|---|
ParticleInitializer |
ParticleSystem.getParticleInitializer()
Fetch the currently set initializer for particles. |
Methods in org.j3d.geom.particle with parameters of type ParticleInitializer | |
---|---|
void |
ParticleSystem.setParticleInitializer(ParticleInitializer emitter)
Set the emitter used to initialise particles. |
|
j3d.org Code | |||||||||
PREV NEXT | FRAMES NO FRAMES |