Uses of Package
com.threerings.opengl.scene

Packages that use com.threerings.opengl.scene
com.threerings.opengl.effect Effect classes. 
com.threerings.opengl.effect.config Effect 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.opengl.util   
com.threerings.tudey.client   
com.threerings.tudey.client.sprite   
com.threerings.tudey.client.util   
com.threerings.tudey.config Tudey configurations. 
 

Classes in com.threerings.opengl.scene used by com.threerings.opengl.effect
SceneElement.TickPolicy
          Determines when the Tickable.tick(float) method must be called.
 

Classes in com.threerings.opengl.scene used by com.threerings.opengl.effect.config
SceneElement.TickPolicy
          Determines when the Tickable.tick(float) method must be called.
 

Classes in com.threerings.opengl.scene used by com.threerings.opengl.model
Scene
          Base class for scenes.
SceneElement
          Interface for elements that can be embedded into scenes.
SceneElement.TickPolicy
          Determines when the Tickable.tick(float) method must be called.
SceneInfluenceSet
          A set of scene influences.
SceneObject
          Superinterface for SceneElement and SceneInfluence.
 

Classes in com.threerings.opengl.scene used by com.threerings.opengl.model.config
SceneElement.TickPolicy
          Determines when the Tickable.tick(float) method must be called.
 

Classes in com.threerings.opengl.scene used by com.threerings.opengl.scene
Scene
          Base class for scenes.
Scene.Transient
          Extends the normal model class to include an optional pre-tick updater.
SceneElement
          Interface for elements that can be embedded into scenes.
SceneElement.TickPolicy
          Determines when the Tickable.tick(float) method must be called.
SceneInfluence
          Base class for things that influence scene elements.
SceneInfluenceSet
          A set of scene influences.
SceneObject
          Superinterface for SceneElement and SceneInfluence.
ViewerEffect
          Base class for things in the scene that affect the viewer.
 

Classes in com.threerings.opengl.scene used by com.threerings.opengl.scene.config
SceneInfluence
          Base class for things that influence scene elements.
ViewerEffect
          Base class for things in the scene that affect the viewer.
 

Classes in com.threerings.opengl.scene used by com.threerings.opengl.util
SceneElement
          Interface for elements that can be embedded into scenes.
SceneObject
          Superinterface for SceneElement and SceneInfluence.
SimpleSceneElement
          Extends SimpleTransformable and provides a basic implementation of the SceneElement interface.
 

Classes in com.threerings.opengl.scene used by com.threerings.tudey.client
HashScene
          A scene that uses a hybrid spatial hashing/octree scheme to store scene elements.
SceneElement
          Interface for elements that can be embedded into scenes.
 

Classes in com.threerings.opengl.scene used by com.threerings.tudey.client.sprite
Scene
          Base class for scenes.
 

Classes in com.threerings.opengl.scene used by com.threerings.tudey.client.util
SceneElement
          Interface for elements that can be embedded into scenes.
SceneObject
          Superinterface for SceneElement and SceneInfluence.
SimpleSceneElement
          Extends SimpleTransformable and provides a basic implementation of the SceneElement interface.
 

Classes in com.threerings.opengl.scene used by com.threerings.tudey.config
ViewerEffect
          Base class for things in the scene that affect the viewer.
 



Copyright © 2011. All Rights Reserved.