Package com.jme3.effect

The com.jme3.effect package allows particle emitter effects to be used with a jME3 application.

See:
          Description

Class Summary
Particle Represents a single particle in a ParticleEmitter.
ParticleEmitter ParticleEmitter is a special kind of geometry which simulates a particle system.
ParticleEmitter.ParticleEmitterControl  
ParticleMesh The ParticleMesh is the underlying visual implementation of a particle emitter.
ParticlePointMesh  
ParticleTriMesh  
 

Enum Summary
ParticleMesh.Type Type of particle mesh
 

Package com.jme3.effect Description

The 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.