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 |
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 | 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 ParticleEmitter
s.