Uses of Interface
j3d.examples.particles.influences.IExternalInfluence

Packages that use IExternalInfluence
j3d.examples.particles.emitters   
j3d.examples.particles.influences   
 

Uses of IExternalInfluence in j3d.examples.particles.emitters
 

Methods in j3d.examples.particles.emitters with parameters of type IExternalInfluence
 void ParticleEmitter.addInfluence(IExternalInfluence anInfluence)
          Add an external influence to this particle system.
 

Uses of IExternalInfluence in j3d.examples.particles.influences
 

Classes in j3d.examples.particles.influences that implement IExternalInfluence
 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