Uses of Class
com.badlogic.gdx.graphics.g3d.particles.ParticleControllerComponent
-
-
Uses of ParticleControllerComponent in com.badlogic.gdx.graphics.g3d.particles
Methods in com.badlogic.gdx.graphics.g3d.particles that return ParticleControllerComponent Modifier and Type Method Description abstract ParticleControllerComponentParticleControllerComponent. copy() -
Uses of ParticleControllerComponent in com.badlogic.gdx.graphics.g3d.particles.emitters
Subclasses of ParticleControllerComponent in com.badlogic.gdx.graphics.g3d.particles.emitters Modifier and Type Class Description classEmitterAnEmitteris aParticleControllerComponentwhich will handle the particles emission.classRegularEmitterIt's a generic useEmitterwhich fits most of the particles simulation scenarios.Methods in com.badlogic.gdx.graphics.g3d.particles.emitters that return ParticleControllerComponent Modifier and Type Method Description ParticleControllerComponentRegularEmitter. copy() -
Uses of ParticleControllerComponent in com.badlogic.gdx.graphics.g3d.particles.influencers
Subclasses of ParticleControllerComponent in com.badlogic.gdx.graphics.g3d.particles.influencers Modifier and Type Class Description classColorInfluencerIt's anInfluencerwhich controls particles color and transparency.static classColorInfluencer.RandomIt's anInfluencerwhich assigns a random color when a particle is activated.static classColorInfluencer.SingleIt's anInfluencerwhich manages the particle color during its life time.classDynamicsInfluencerIt's anInfluencerwhich controls the particles dynamics (movement, rotations).classDynamicsModifierIt's the base class for any kind of influencer which operates on angular velocity and acceleration of the particles.static classDynamicsModifier.Angularstatic classDynamicsModifier.BrownianAccelerationstatic classDynamicsModifier.CentripetalAccelerationstatic classDynamicsModifier.FaceDirectionstatic classDynamicsModifier.PolarAccelerationstatic classDynamicsModifier.Rotational2Dstatic classDynamicsModifier.Rotational3Dstatic classDynamicsModifier.Strengthstatic classDynamicsModifier.TangentialAccelerationclassInfluencerIt's aParticleControllerComponentwhich usually modifies one or more properties of the particles(i.e color, scale, graphical representation, velocity, etc...).classModelInfluencerstatic classModelInfluencer.RandomAssigns a random model ofModelInfluencer.modelsto the particles.static classModelInfluencer.SingleAssigns the first model ofModelInfluencer.modelsto the particles.classParticleControllerFinalizerInfluencerIt's anInfluencerwhich updates the simulation of particles containing aParticleController.classParticleControllerInfluencerIt's anInfluencerwhich controls whichParticleControllerwill be assigned to a particle.static classParticleControllerInfluencer.RandomAssigns a random controller ofParticleControllerInfluencer.templatesto the particles.static classParticleControllerInfluencer.SingleAssigns the first controller ofParticleControllerInfluencer.templatesto the particles.classRegionInfluencerIt's anInfluencerwhich assigns a region of aTextureto the particles.static classRegionInfluencer.AnimatedAssigns a region to the particles using the particle life percent to calculate the current index in theRegionInfluencer.regionsarray.static classRegionInfluencer.RandomAssigns a random region ofRegionInfluencer.regionsto the particles.static classRegionInfluencer.SingleAssigns the first region ofRegionInfluencer.regionsto the particles.classScaleInfluencerIt's anInfluencerwhich controls the scale of the particles.classSimpleInfluencerIt's anInfluencerwhich controls a generic channel of the particles.classSpawnInfluencerIt's anInfluencerwhich controls where the particles will be spawned.Methods in com.badlogic.gdx.graphics.g3d.particles.influencers that return ParticleControllerComponent Modifier and Type Method Description ParticleControllerComponentDynamicsModifier.FaceDirection. copy()ParticleControllerComponentScaleInfluencer. copy() -
Uses of ParticleControllerComponent in com.badlogic.gdx.graphics.g3d.particles.renderers
Subclasses of ParticleControllerComponent 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.classParticleControllerRenderer<D extends ParticleControllerRenderData,T extends ParticleBatch<D>>It's aParticleControllerComponentwhich determines how the particles are rendered.classPointSpriteRendererAParticleControllerRendererwhich will render particles as point sprites to aPointSpriteParticleBatch.Methods in com.badlogic.gdx.graphics.g3d.particles.renderers that return ParticleControllerComponent Modifier and Type Method Description ParticleControllerComponentBillboardRenderer. copy()ParticleControllerComponentModelInstanceRenderer. copy()ParticleControllerComponentParticleControllerControllerRenderer. copy()ParticleControllerComponentPointSpriteRenderer. copy()
-