Uses of Class
com.threerings.opengl.model.config.ModelConfig.Implementation

Packages that use ModelConfig.Implementation
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.opengl.scene.config Scene configurations. 
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.shape.config Shape configurations. 
 

Uses of ModelConfig.Implementation in com.threerings.opengl.effect.config
 

Subclasses of ModelConfig.Implementation in com.threerings.opengl.effect.config
 class BaseParticleSystemConfig
          Base class for ParticleSystemConfig and MetaParticleSystemConfig.
 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.
 

Uses of ModelConfig.Implementation in com.threerings.opengl.gui.config
 

Subclasses of ModelConfig.Implementation in com.threerings.opengl.gui.config
 class ComponentBillboardConfig
          A component billboard model implementation.
 

Uses of ModelConfig.Implementation in com.threerings.opengl.model.config
 

Subclasses of ModelConfig.Implementation in com.threerings.opengl.model.config
 class ArticulatedConfig
          An original articulated implementation.
 class CompoundConfig
          A compound model implementation.
 class ConditionalConfig
          A conditional model implementation.
 class GeneratedStaticConfig
          Configuration for static models generated in code.
 class MergedStaticConfig
          A merged static implementation.
static class ModelConfig.BaseWrapper
          Base wrapper implementation.
static class ModelConfig.Derived
          A derived implementation.
static class ModelConfig.Imported
          Superclass of the imported implementations (this is not abstract because in order for the exporter to create a prototype of MaterialMapping, it must be able to instantiate this class).
static class ModelConfig.Schemed
          Chooses different models based on the render scheme.
 class ScriptedConfig
          A scripted model implementation.
 class StaticConfig
          An original static implementation.
 class StaticSetConfig
          An original static set implementation.
 

Fields in com.threerings.opengl.model.config declared as ModelConfig.Implementation
 ModelConfig.Implementation ModelConfig.implementation
          The actual model implementation.
 

Methods in com.threerings.opengl.model.config that return ModelConfig.Implementation
 ModelConfig.Implementation ModelConfig.getOriginal()
          Retrieves a reference to the underlying original implementation.
 ModelConfig.Implementation ModelConfig.Implementation.getOriginal(ConfigManager cfgmgr)
          Retrieves a reference to the underlying original implementation.
 ModelConfig.Implementation ModelConfig.Derived.getOriginal(ConfigManager cfgmgr)
           
 

Constructors in com.threerings.opengl.model.config with parameters of type ModelConfig.Implementation
ModelConfig(ModelConfig.Implementation impl)
          Constructor that takes an already-created implementation.
 

Uses of ModelConfig.Implementation in com.threerings.opengl.scene.config
 

Subclasses of ModelConfig.Implementation in com.threerings.opengl.scene.config
 class SceneInfluencerConfig
          A scene influencer implementation.
 class ViewerAffecterConfig
          A viewer affecter implementation.
 

Uses of ModelConfig.Implementation in com.threerings.tudey.config
 

Subclasses of ModelConfig.Implementation in com.threerings.tudey.config
static class ActorModelConfig.Wrapper
          An actor model config wrapper.
 

Uses of ModelConfig.Implementation in com.threerings.tudey.shape.config
 

Subclasses of ModelConfig.Implementation in com.threerings.tudey.shape.config
 class ShapeModelConfig
          A model implementation that depicts a 2D shape.
 



Copyright © 2011. All Rights Reserved.