| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g3d.particles | |
| com.badlogic.gdx.graphics.g3d.particles.influencers |
| Class and Description |
|---|
| Influencer
It's a
ParticleControllerComponent which usually modifies one or more properties of the particles(i.e color, scale,
graphical representation, velocity, etc...). |
| Class and Description |
|---|
| ColorInfluencer
It's an
Influencer which controls particles color and transparency. |
| ColorInfluencer.Random
It's an
Influencer which assigns a random color when a particle is activated. |
| ColorInfluencer.Single
It's an
Influencer which manages the particle color during its life time. |
| DynamicsInfluencer
It's an
Influencer which controls the particles dynamics (movement, rotations). |
| DynamicsModifier
It's the base class for any kind of influencer which operates on angular velocity and acceleration of the particles.
|
| DynamicsModifier.Angular |
| DynamicsModifier.BrownianAcceleration |
| DynamicsModifier.CentripetalAcceleration |
| DynamicsModifier.FaceDirection |
| DynamicsModifier.PolarAcceleration |
| DynamicsModifier.Rotational2D |
| DynamicsModifier.Rotational3D |
| DynamicsModifier.Strength |
| DynamicsModifier.TangentialAcceleration |
| Influencer
It's a
ParticleControllerComponent which usually modifies one or more properties of the particles(i.e color, scale,
graphical representation, velocity, etc...). |
| ModelInfluencer |
| ModelInfluencer.Random
Assigns a random model of
ModelInfluencer.models to the particles. |
| ModelInfluencer.Single
Assigns the first model of
ModelInfluencer.models to the particles. |
| ParticleControllerFinalizerInfluencer
It's an
Influencer which updates the simulation of particles containing a ParticleController. |
| ParticleControllerInfluencer
It's an
Influencer which controls which ParticleController will be assigned to a particle. |
| ParticleControllerInfluencer.Random
Assigns a random controller of
ParticleControllerInfluencer.templates to the particles. |
| ParticleControllerInfluencer.Single
Assigns the first controller of
ParticleControllerInfluencer.templates to the particles. |
| RegionInfluencer
It's an
Influencer which assigns a region of a Texture to the particles. |
| RegionInfluencer.Animated
Assigns a region to the particles using the particle life percent to calculate the current index in the
RegionInfluencer.regions array. |
| RegionInfluencer.AspectTextureRegion
It's a class used internally by the
RegionInfluencer to represent a texture region. |
| RegionInfluencer.Random
Assigns a random region of
RegionInfluencer.regions to the particles. |
| RegionInfluencer.Single
Assigns the first region of
RegionInfluencer.regions to the particles. |
| ScaleInfluencer
It's an
Influencer which controls the scale of the particles. |
| SimpleInfluencer
It's an
Influencer which controls a generic channel of the particles. |
| SpawnInfluencer
It's an
Influencer which controls where the particles will be spawned. |