Uses of Interface
com.threerings.opengl.effect.Influence

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

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

Methods in com.threerings.opengl.effect.config that return Influence
abstract  Influence InfluenceConfig.createInfluence(BaseParticleSystem.Layer layer)
          Creates the influence corresponding to this config for the specified layer.
 Influence InfluenceConfig.Gravity.createInfluence(BaseParticleSystem.Layer layer)
           
 Influence InfluenceConfig.Wind.createInfluence(BaseParticleSystem.Layer layer)
           
 Influence InfluenceConfig.LinearDrag.createInfluence(BaseParticleSystem.Layer layer)
           
 Influence InfluenceConfig.QuadraticDrag.createInfluence(BaseParticleSystem.Layer layer)
           
 Influence InfluenceConfig.CylindricalVortex.createInfluence(BaseParticleSystem.Layer layer)
           
 Influence InfluenceConfig.ToroidalVortex.createInfluence(BaseParticleSystem.Layer layer)
           
 Influence InfluenceConfig.Wander.createInfluence(BaseParticleSystem.Layer layer)
           
 Influence InfluenceConfig.Jitter.createInfluence(BaseParticleSystem.Layer layer)
           
 Influence InfluenceConfig.AngularAcceleration.createInfluence(BaseParticleSystem.Layer layer)
           
 



Copyright © 2011. All Rights Reserved.