Package com.jme3.effect.influencers

Interface Summary
ParticleInfluencer An interface that defines the methods to affect initial velocity of the particles.
 

Class Summary
DefaultParticleInfluencer This emitter influences the particles so that they move all in the same direction.
EmptyParticleInfluencer This influencer does not influence particle at all.
NewtonianParticleInfluencer This influencer calculates initial velocity with the use of the emitter's shape.