|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalInfluenceInterface | |
---|---|
j3d.examples.particles.emitters | |
j3d.examples.particles.influences |
Uses of ExternalInfluenceInterface in j3d.examples.particles.emitters |
---|
Methods in j3d.examples.particles.emitters with parameters of type ExternalInfluenceInterface | |
---|---|
void |
ParticleEmitter.addInfluence(ExternalInfluenceInterface anInfluence)
Add an external influence to this particle system. |
Uses of ExternalInfluenceInterface in j3d.examples.particles.influences |
---|
Classes in j3d.examples.particles.influences that implement ExternalInfluenceInterface | |
---|---|
class |
Attract
Represents a point in space that attracts particles to that point based on the distance between the particle and the attracting point. |
class |
Bounce
A simulation of Newton�s Law of Restitution for Instantaneous Collisions. |
class |
BounceShape
A simulation of Newton�s Law of Restitution for Instantaneous Collisions. |
class |
BoundedScale
Scales the particle if it is within the bounds of the influence. |
class |
DebugShape
|
class |
EmitShapeLight
|
class |
FadePoint
|
class |
FadeShape
|
class |
Gravity
A directional gravity influence. |
class |
Kill
Assumes instant death upon collision between the "ground" and the particle. |
class |
Repulse
Represents a point in space that repulses (accelerates away) particles from that point based on the distance between the particle and the repulsing point. |
class |
Scale
|
class |
Slow
An influence to slow a particle by deceleration. |
class |
Vortex
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |