Package com.badlogic.gdx.graphics.g3d.particles.batches
-
Interface Summary Interface Description ParticleBatch<T extends ParticleControllerRenderData> Common interface to all the batches that render particles. -
Class Summary 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 bufferParticleControllerRenderDataModelInstanceParticleBatch This class is used to render particles having a model instance channel.PointSpriteParticleBatch This class is used to draw particles as point sprites.