Uses of Class
com.threerings.opengl.util.SimpleTransformable

Packages that use SimpleTransformable
com.threerings.opengl.scene Scene management classes. 
com.threerings.opengl.util   
com.threerings.tudey.client.util   
com.threerings.tudey.tools Tudey tools. 
 

Uses of SimpleTransformable in com.threerings.opengl.scene
 

Subclasses of SimpleTransformable in com.threerings.opengl.scene
 class SimpleSceneElement
          Extends SimpleTransformable and provides a basic implementation of the SceneElement interface.
 

Uses of SimpleTransformable in com.threerings.opengl.util
 

Subclasses of SimpleTransformable in com.threerings.opengl.util
 class DebugBounds
          Renders bounding boxes for debugging purposes.
 class Grid
          Renders an unlit reference grid on the XY plane, centered about the origin.
 class TextBillboard
          A text billboard that may be embedded within a scene.
 

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

Subclasses of SimpleTransformable in com.threerings.tudey.client.util
 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.
 

Uses of SimpleTransformable in com.threerings.tudey.tools
 

Subclasses of SimpleTransformable in com.threerings.tudey.tools
 class EditorGrid
          A special grid that follows the camera around (while staying aligned to the tile grid).
 



Copyright © 2011. All Rights Reserved.