Uses of Interface
com.threerings.opengl.scene.SceneObject

Packages that use SceneObject
com.threerings.opengl.model   
com.threerings.opengl.scene Scene management classes. 
com.threerings.opengl.util   
com.threerings.tudey.client.util   
 

Uses of SceneObject in com.threerings.opengl.model
 

Classes in com.threerings.opengl.model that implement SceneObject
 class Model
          A 3D model.
 

Uses of SceneObject in com.threerings.opengl.scene
 

Subinterfaces of SceneObject in com.threerings.opengl.scene
 interface SceneElement
          Interface for elements that can be embedded into scenes.
 

Classes in com.threerings.opengl.scene that implement SceneObject
 class AmbientLightInfluence
          Represents the influence of the ambient light level.
 class BackgroundColorEffect
          An effect that changes the background color.
 class DefinerInfluence
          Represents the influence of a variable definer.
 class FogInfluence
          Represents the influence of fog.
 class LightInfluence
          Represents the influence of a light.
 class ProjectorInfluence
          Represents the influence of a projector.
static class Scene.Transient
          Extends the normal model class to include an optional pre-tick updater.
 class SceneInfluence
          Base class for things that influence scene elements.
 class SimpleSceneElement
          Extends SimpleTransformable and provides a basic implementation of the SceneElement interface.
 class ViewerEffect
          Base class for things in the scene that affect the viewer.
 

Uses of SceneObject in com.threerings.opengl.util
 

Classes in com.threerings.opengl.util that implement SceneObject
 class TextBillboard
          A text billboard that may be embedded within a scene.
 

Uses of SceneObject in com.threerings.tudey.client.util
 

Classes in com.threerings.tudey.client.util that implement SceneObject
 class AreaElement
          Displays a solid area.
 class RectangleElement
          Draws a grid-aligned rectangle.
 class ShapeConfigElement
          Draws a shape from its config.
 class ShapeSceneElement
          Draws a shape in the scene.
 



Copyright © 2011. All Rights Reserved.