Uses of Package
com.threerings.opengl.effect

Packages that use com.threerings.opengl.effect
com.threerings.opengl.effect Effect classes. 
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.probs Probabilistic types. 
com.threerings.tudey.client   
com.threerings.tudey.config Tudey configurations. 
 

Classes in com.threerings.opengl.effect used by com.threerings.opengl.effect
AlphaMode
          The alpha mode, which determines how to convert colors to premultiplied alpha format.
BaseParticleSystem
          Base class for ParticleSystem and MetaParticleSystem.
BaseParticleSystem.Layer
          A single layer of the system.
ColorFunction
          Provides a color based on a parameter ranging from 0 to 1.
ColorFunction.InAndOut
          A color function that blends linearly from a start color to an end color, then back to the start color.
ColorFunction.Multipoint.Point
          A single point to blend between.
ColorFunction.ThreePoint
          A color function that blends linearly from a start color to a middle color, then to an end color.
Easing
          Represents the type of easing to use, which affects the time parameter.
FloatFunction
          Provides a float value based on a parameter ranging from 0 to 1.
FloatFunction.InAndOut
          A float function that blends linearly from a start value to an end value, then back to the start value.
FloatFunction.Multipoint.Point
          A single point to blend between.
FloatFunction.ThreePoint
          A float function that blends linearly from a start value to a middle value, then to an end value.
Particle
          Contains the state of a single particle.
ParticleGeometry
          Represents a particle geometry instance.
 

Classes in com.threerings.opengl.effect used by com.threerings.opengl.effect.config
AlphaMode
          The alpha mode, which determines how to convert colors to premultiplied alpha format.
BaseParticleSystem.Layer
          A single layer of the system.
Counter
          Determines how many particles to emit at each frame.
Influence
          Represents an influence on a particle system.
Placer
          Determines particles' initial positions.
Shooter
          Determines particles' initial velocities.
 

Classes in com.threerings.opengl.effect used by com.threerings.probs
ColorFunction
          Provides a color based on a parameter ranging from 0 to 1.
Easing
          Represents the type of easing to use, which affects the time parameter.
FloatFunction
          Provides a float value based on a parameter ranging from 0 to 1.
 

Classes in com.threerings.opengl.effect used by com.threerings.tudey.client
Easing
          Represents the type of easing to use, which affects the time parameter.
 

Classes in com.threerings.opengl.effect used by com.threerings.tudey.config
Easing
          Represents the type of easing to use, which affects the time parameter.
 



Copyright © 2011. All Rights Reserved.