com.jme3.effect package allows particle emitter effects to be
used with a jME3 application.See: Description
| Class | Description | 
|---|---|
| Particle | Represents a single particle in a  ParticleEmitter. | 
| ParticleEmitter | ParticleEmitteris a special kind of geometry which simulates
 a particle system. | 
| ParticleEmitter.ParticleEmitterControl | |
| ParticleMesh | The  ParticleMeshis the underlying visual implementation of aparticle emitter. | 
| ParticlePointMesh | |
| ParticleTriMesh | 
| Enum | Description | 
|---|---|
| ParticleMesh.Type | Type of particle mesh | 
com.jme3.effect package allows particle emitter effects to be
used with a jME3 application. 
    The ParticleEmitter class is the primary class used to create
    particle emitter effects. See the jme3test.effect package
    for examples on how to use ParticleEmitters.