Uses of Class
com.threerings.opengl.effect.config.InfluenceConfig

Packages that use InfluenceConfig
com.threerings.opengl.effect.config Effect configurations. 
 

Uses of InfluenceConfig in com.threerings.opengl.effect.config
 

Subclasses of InfluenceConfig in com.threerings.opengl.effect.config
static class InfluenceConfig.AngularAcceleration
          Applies an angular acceleration.
static class InfluenceConfig.CylindricalVortex
          Spins particles around an axis.
static class InfluenceConfig.Gravity
          A constant acceleration influence.
static class InfluenceConfig.Jitter
          Makes particles wander around randomly.
static class InfluenceConfig.LinearDrag
          An influence representing the resistance to a particle's motion in proportion to its speed.
static class InfluenceConfig.QuadraticDrag
          An influence representing the resistance to a particle's motion in proportion to the square of its speed.
static class InfluenceConfig.ToroidalVortex
          Spins particles around a ring.
static class InfluenceConfig.Wander
          Makes particles wander around randomly.
static class InfluenceConfig.Wind
          A varying acceleration influence.
 

Fields in com.threerings.opengl.effect.config declared as InfluenceConfig
 InfluenceConfig[] BaseParticleSystemConfig.Layer.influences
          The layer's influences.
 



Copyright © 2011. All Rights Reserved.