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

Packages that use SimpleRenderable
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.scene Scene management classes. 
com.threerings.opengl.util   
com.threerings.tudey.client.util   
com.threerings.tudey.tools Tudey tools. 
 

Uses of SimpleRenderable in com.threerings.opengl.gui
 

Subclasses of SimpleRenderable in com.threerings.opengl.gui
 class CanvasRoot
          Bridges between the AWT and the BUI input event system when we are being used in an AWT canvas.
 class DisplayRoot
          A root for Display-based apps.
 class Root
          Connects the BUI system into the JME scene graph.
 

Uses of SimpleRenderable in com.threerings.opengl.scene
 

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

Uses of SimpleRenderable in com.threerings.opengl.util
 

Subclasses of SimpleRenderable in com.threerings.opengl.util
 class Compass
          A compass that displays the coordinate system axes.
 class DebugBounds
          Renders bounding boxes for debugging purposes.
 class Grid
          Renders an unlit reference grid on the XY plane, centered about the origin.
 class SimpleOverlay
          A base class for simple overlays that draw themselves in immediate mode.
 class SimpleTransformable
          Extends SimpleRenderable to include a world space transform so that subclasses can render themselves in model space.
 class Stats
          Displays rendering statistics.
 class TextBillboard
          A text billboard that may be embedded within a scene.
 

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

Subclasses of SimpleRenderable 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 SimpleRenderable in com.threerings.tudey.tools
 

Subclasses of SimpleRenderable 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.