Uses of Class
com.badlogic.gdx.graphics.g3d.particles.renderers.ParticleControllerRenderer
-
Packages that use ParticleControllerRenderer Package Description com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.graphics.g3d.particles.renderers -
-
Uses of ParticleControllerRenderer in com.badlogic.gdx.graphics.g3d.particles
Fields in com.badlogic.gdx.graphics.g3d.particles declared as ParticleControllerRenderer Modifier and Type Field Description ParticleControllerRenderer<?,?>ParticleController. rendererControls the graphical representation of the particlesConstructors in com.badlogic.gdx.graphics.g3d.particles with parameters of type ParticleControllerRenderer Constructor Description ParticleController(java.lang.String name, Emitter emitter, ParticleControllerRenderer<?,?> renderer, Influencer... influencers) -
Uses of ParticleControllerRenderer in com.badlogic.gdx.graphics.g3d.particles.renderers
Subclasses of ParticleControllerRenderer in com.badlogic.gdx.graphics.g3d.particles.renderers Modifier and Type Class Description classBillboardRendererAParticleControllerRendererwhich will render particles as billboards to aBillboardParticleBatch.classModelInstanceRendererAParticleControllerRendererwhich will render particles asModelInstanceto aModelInstanceParticleBatch.classParticleControllerControllerRendererAParticleControllerRendererwhich will render theParticleControllerof each particle.classPointSpriteRendererAParticleControllerRendererwhich will render particles as point sprites to aPointSpriteParticleBatch.
-