| Interface | Description |
|---|---|
| ParticleBatch<T extends ParticleControllerRenderData> |
Common interface to all the batches that render particles.
|
| Class | Description |
|---|---|
| BillboardParticleBatch |
This class is used to render billboard particles.
|
| BillboardParticleBatch.Config | |
| BufferedParticleBatch<T extends ParticleControllerRenderData> |
Base class of all the batches requiring to buffer
ParticleControllerRenderData |
| ModelInstanceParticleBatch |
This class is used to render particles having a model instance channel.
|
| PointSpriteParticleBatch |
This class is used to draw particles as point sprites.
|