|
j3d.org Code | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Particle | |
---|---|
org.j3d.geom.particle | Generalised classes for providing particle systems in any rendering environment. |
Uses of Particle in org.j3d.geom.particle |
---|
Methods in org.j3d.geom.particle that return Particle | |
---|---|
Particle |
ParticleFactory.createParticle()
Create a new particle instance. |
Particle |
ParticleList.current()
Get the current item that is being pointed to in the list. |
Particle |
ParticleList.next()
Fetch the next item in the list from this one and advance the current pointer to it. |
Particle |
ParticleList.remove()
Removes the current element from this set if it is present. |
Methods in org.j3d.geom.particle with parameters of type Particle | |
---|---|
void |
ParticleList.add(Particle o)
Adds the specified element to this list. |
boolean |
WindParticleFunction.apply(Particle particle)
Apply this function to the given particle right now. |
boolean |
PhysicsFunction.apply(Particle particle)
Apply this function to the given particle right now. |
boolean |
ParticleFunction.apply(Particle particle)
Apply this function to the given particle right now. |
boolean |
MaxTimeParticleFunction.apply(Particle particle)
Apply this function to the given particle right now. |
boolean |
GravityParticleFunction.apply(Particle particle)
Apply this function to the given particle right now. |
boolean |
FrameCountParticleFunction.apply(Particle particle)
Apply this function to the given particle right now. |
boolean |
ColorRampFunction.apply(Particle particle)
Apply this function to the given particle right now. |
boolean |
BoundingBoxParticleFunction.apply(Particle particle)
Notification that the system is about to do an update of the particles and to do any system-level initialisation. |
boolean |
PolylineEmitter.initialize(Particle particle)
Initialize a particle based on the rules defined by this initializer. |
boolean |
PointEmitter.initialize(Particle particle)
Initialize a particle based on the rules defined by this initializer. |
boolean |
ParticleInitializer.initialize(Particle particle)
Initialize a particle based on the rules defined by this initializer. |
boolean |
MaxTimePointEmitter.initialize(Particle particle)
Initialize a particle based on the rules defined by this initializer. |
boolean |
MaxAgePointForceEmitter.initialize(Particle particle)
Initialize a particle based on the rules defined by this initializer. |
boolean |
MaxAgePointEmitter.initialize(Particle particle)
Initialize a particle based on the rules defined by this initializer. |
boolean |
ExplosionPointEmitter.initialize(Particle particle)
Initialize a particle based on the rules defined by this initializer. |
|
j3d.org Code | |||||||||
PREV NEXT | FRAMES NO FRAMES |