|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj3d.examples.particles.influences.FadePoint
public class FadePoint
Constructor Summary | |
---|---|
FadePoint()
Fade the alpha component of the color of a point from fully opaque (alpha color = 1) to fully transparent (alpha color = 0) over the life of the affected particles. |
|
FadePoint(ParticleAgeAlpha anAlpha)
Fade the alpha component of the color of a point based on the ParticleAgeAlpha object over the life of the affected particle. |
Method Summary | |
---|---|
void |
apply(Particle aParticle,
float dt)
Apply this (possibly time varying) influence to the particle for the time interval. |
void |
initializeParticle(Particle aParticle)
Initialize a particle prior to the first emission. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FadePoint()
public FadePoint(ParticleAgeAlpha anAlpha)
anAlpha
- - The particle age alpha to
control the opacity of the point.Method Detail |
---|
public void initializeParticle(Particle aParticle)
IExternalInfluence
initializeParticle
in interface IExternalInfluence
aParticle
- - the particle to initialize.public void apply(Particle aParticle, float dt)
IExternalInfluence
apply
in interface IExternalInfluence
aParticle
- - The particle to updatedt
- - The time interval (in seconds) since the last apply
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |