| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g3d.particles | |
| com.badlogic.gdx.graphics.g3d.particles.renderers |
| Modifier and Type | Field and Description |
|---|---|
ParticleControllerRenderer<?,?> |
ParticleController.renderer
Controls the graphical representation of the particles
|
| Constructor and Description |
|---|
ParticleController(java.lang.String name,
Emitter emitter,
ParticleControllerRenderer<?,?> renderer,
Influencer... influencers) |
| Modifier and Type | Class and Description |
|---|---|
class |
BillboardRenderer
A
ParticleControllerRenderer which will render particles as billboards to a BillboardParticleBatch . |
class |
ModelInstanceRenderer
A
ParticleControllerRenderer which will render particles as ModelInstance to a
ModelInstanceParticleBatch. |
class |
ParticleControllerControllerRenderer
A
ParticleControllerRenderer which will render the ParticleController of each particle. |
class |
PointSpriteRenderer
A
ParticleControllerRenderer which will render particles as point sprites to a PointSpriteParticleBatch . |