Uses of Class
com.threerings.opengl.model.Model.Implementation

Packages that use Model.Implementation
com.threerings.opengl.effect Effect classes. 
com.threerings.opengl.effect.config Effect configurations. 
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.model   
com.threerings.opengl.model.config Model and animation configurations. 
com.threerings.opengl.scene Scene management classes. 
com.threerings.opengl.scene.config Scene configurations. 
com.threerings.tudey.shape   
com.threerings.tudey.shape.config Shape configurations. 
 

Uses of Model.Implementation in com.threerings.opengl.effect
 

Subclasses of Model.Implementation in com.threerings.opengl.effect
 class BaseParticleSystem
          Base class for ParticleSystem and MetaParticleSystem.
 class MetaParticleSystem
          The meta particle system model implementation.
 class ParticleSystem
          The particle system model implementation.
 

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

Methods in com.threerings.opengl.effect.config that return Model.Implementation
 Model.Implementation ParticleSystemConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation MetaParticleSystemConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 

Methods in com.threerings.opengl.effect.config with parameters of type Model.Implementation
 Model.Implementation ParticleSystemConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation MetaParticleSystemConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 

Uses of Model.Implementation in com.threerings.opengl.gui
 

Subclasses of Model.Implementation in com.threerings.opengl.gui
 class ComponentBillboard
          A component billboard model implementation.
 

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

Methods in com.threerings.opengl.gui.config that return Model.Implementation
 Model.Implementation ComponentBillboardConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 

Methods in com.threerings.opengl.gui.config with parameters of type Model.Implementation
 Model.Implementation ComponentBillboardConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 

Uses of Model.Implementation in com.threerings.opengl.model
 

Subclasses of Model.Implementation in com.threerings.opengl.model
 class Articulated
          An articulated model implementation.
 class Compound
          A compound model implementation.
 class Conditional
          A conditional model implementation.
 class Scripted
          A scripted model implementation.
 class Static
          A static model implementation.
 class Wrapper
          A wrapper around a model implementation.
 

Methods in com.threerings.opengl.model with parameters of type Model.Implementation
 void Model.boundsDidChange(Model.Implementation impl)
          Notes that the bounds have changed.
 void Model.boundsWillChange(Model.Implementation impl)
          Notes that the bounds will change.
 void Model.completed(Model.Implementation impl)
          Notes that the model has completed.
 Scene Model.getScene(Model.Implementation impl)
          Returns a reference to the scene containing the model, if any.
 boolean Wrapper.isImplementation(Model.Implementation impl)
           
 boolean Model.Implementation.isImplementation(Model.Implementation impl)
          Returns true if this is the implementation.
 void Model.tickPolicyDidChange(Model.Implementation impl)
          Notes that the tick policy has changed.
 void Model.tickPolicyWillChange(Model.Implementation impl)
          Notes that the tick policy will change.
 

Constructors in com.threerings.opengl.model with parameters of type Model.Implementation
Wrapper(Scope parentScope, Model.Implementation impl)
           
 

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

Methods in com.threerings.opengl.model.config that return Model.Implementation
 Model.Implementation StaticSetConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation StaticConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ScriptedConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ModelConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
          Creates or updates a model implementation for this configuration.
abstract  Model.Implementation ModelConfig.Implementation.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
          Creates or updates a model implementation for this configuration.
 Model.Implementation ModelConfig.Imported.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ModelConfig.Derived.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ModelConfig.Schemed.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ModelConfig.BaseWrapper.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation MergedStaticConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation GeneratedStaticConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ConditionalConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation CompoundConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ArticulatedConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 

Methods in com.threerings.opengl.model.config with parameters of type Model.Implementation
 Model.Implementation StaticSetConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation StaticConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ScriptedConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ModelConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
          Creates or updates a model implementation for this configuration.
abstract  Model.Implementation ModelConfig.Implementation.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
          Creates or updates a model implementation for this configuration.
 Model.Implementation ModelConfig.Imported.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ModelConfig.Derived.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ModelConfig.Schemed.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ModelConfig.BaseWrapper.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation MergedStaticConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation GeneratedStaticConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ConditionalConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation CompoundConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation ArticulatedConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 

Uses of Model.Implementation in com.threerings.opengl.scene
 

Subclasses of Model.Implementation in com.threerings.opengl.scene
 class SceneInfluencer
          A model implementation that exerts an influence over scene elements.
 class ViewerAffecter
          A model implementation that exerts an effect on the viewer.
 

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

Methods in com.threerings.opengl.scene.config that return Model.Implementation
 Model.Implementation ViewerAffecterConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation SceneInfluencerConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 

Methods in com.threerings.opengl.scene.config with parameters of type Model.Implementation
 Model.Implementation ViewerAffecterConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 Model.Implementation SceneInfluencerConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 

Uses of Model.Implementation in com.threerings.tudey.shape
 

Subclasses of Model.Implementation in com.threerings.tudey.shape
 class ShapeModel
          Shape model implementation.
 

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

Methods in com.threerings.tudey.shape.config that return Model.Implementation
 Model.Implementation ShapeModelConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 

Methods in com.threerings.tudey.shape.config with parameters of type Model.Implementation
 Model.Implementation ShapeModelConfig.getModelImplementation(GlContext ctx, Scope scope, Model.Implementation impl)
           
 



Copyright © 2011. All Rights Reserved.