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

Packages that use BaseParticleSystemConfig
com.threerings.opengl.effect Effect classes. 
com.threerings.opengl.effect.config Effect configurations. 
 

Uses of BaseParticleSystemConfig in com.threerings.opengl.effect
 

Methods in com.threerings.opengl.effect with parameters of type BaseParticleSystemConfig
 void BaseParticleSystem.setConfig(BaseParticleSystemConfig config)
          Sets the configuration of this system.
 

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

Subclasses of BaseParticleSystemConfig in com.threerings.opengl.effect.config
 class MetaParticleSystemConfig
          The configuration of a meta particle system (like a particle system, but each particle is a model instance).
 class ParticleSystemConfig
          The configuration of a particle system.
 



Copyright © 2011. All Rights Reserved.