|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Compositable | |
|---|---|
| com.threerings.opengl | |
| com.threerings.opengl.compositor | |
| com.threerings.opengl.effect | Effect classes. |
| com.threerings.opengl.gui | User interface classes. |
| com.threerings.opengl.material | |
| com.threerings.opengl.material.config | Material configurations. |
| com.threerings.opengl.model | |
| com.threerings.opengl.scene | Scene management classes. |
| com.threerings.opengl.util | |
| com.threerings.tudey.client | |
| com.threerings.tudey.client.cursor | |
| com.threerings.tudey.client.util | |
| com.threerings.tudey.shape | |
| com.threerings.tudey.tools | Tudey tools. |
| Uses of Compositable in com.threerings.opengl |
|---|
| Subinterfaces of Compositable in com.threerings.opengl | |
|---|---|
interface |
GlView
A simple interface for OpenGL views. |
| Uses of Compositable in com.threerings.opengl.compositor |
|---|
| Methods in com.threerings.opengl.compositor with parameters of type Compositable | |
|---|---|
void |
Compositor.addRoot(Compositable root)
Adds an element to the list of view roots. |
void |
Compositor.removeRoot(Compositable root)
Removes an element from the list of view roots. |
| Uses of Compositable in com.threerings.opengl.effect |
|---|
| Classes in com.threerings.opengl.effect that implement Compositable | |
|---|---|
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 Compositable in com.threerings.opengl.gui |
|---|
| Classes in com.threerings.opengl.gui that implement Compositable | |
|---|---|
class |
CanvasRoot
Bridges between the AWT and the BUI input event system when we are being used in an AWT canvas. |
class |
ComponentBillboard
A component billboard model implementation. |
class |
DisplayRoot
A root for Display-based apps. |
class |
Root
Connects the BUI system into the JME scene graph. |
| Methods in com.threerings.opengl.gui with parameters of type Compositable | |
|---|---|
void |
RenderableView.add(Compositable compositable)
Adds a compositable to the view. |
void |
RenderableView.remove(Compositable compositable)
Removes a compositable from the view. |
| Uses of Compositable in com.threerings.opengl.material |
|---|
| Classes in com.threerings.opengl.material that implement Compositable | |
|---|---|
class |
Surface
A renderable surface. |
| Uses of Compositable in com.threerings.opengl.material.config |
|---|
| Methods in com.threerings.opengl.material.config that return Compositable | |
|---|---|
Compositable |
TechniqueConfig.createCompositable(GlContext ctx,
Scope scope,
Geometry geometry)
Creates a compositable to render the supplied geometry using this technique. |
Compositable |
TechniqueConfig.createCompositable(GlContext ctx,
Scope scope,
Geometry geometry,
RenderQueue.Group group)
Creates a compositable to render the supplied geometry using this technique. |
| Uses of Compositable in com.threerings.opengl.model |
|---|
| Classes in com.threerings.opengl.model that implement Compositable | |
|---|---|
class |
Articulated
An articulated model implementation. |
class |
Compound
A compound model implementation. |
class |
Conditional
A conditional model implementation. |
class |
Model
A 3D model. |
static class |
Model.Implementation
The actual model implementation. |
class |
Scripted
A scripted model implementation. |
class |
Static
A static model implementation. |
class |
Wrapper
A wrapper around a model implementation. |
| Uses of Compositable in com.threerings.opengl.scene |
|---|
| Subinterfaces of Compositable in com.threerings.opengl.scene | |
|---|---|
interface |
SceneElement
Interface for elements that can be embedded into scenes. |
| Classes in com.threerings.opengl.scene that implement Compositable | |
|---|---|
class |
HashScene
A scene that uses a hybrid spatial hashing/octree scheme to store scene elements. |
class |
Scene
Base class for scenes. |
static class |
Scene.Transient
Extends the normal model class to include an optional pre-tick updater. |
class |
SceneInfluencer
A model implementation that exerts an influence over scene elements. |
class |
SimpleScene
A simple, "flat" scene implementation. |
class |
SimpleSceneElement
Extends SimpleTransformable and provides a basic implementation of the
SceneElement interface. |
class |
ViewerAffecter
A model implementation that exerts an effect on the viewer. |
| Uses of Compositable in com.threerings.opengl.util |
|---|
| Classes in com.threerings.opengl.util that implement Compositable | |
|---|---|
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 |
SimpleRenderable
A base class for renderable objects based on SimpleBatches. |
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 Compositable in com.threerings.tudey.client |
|---|
| Classes in com.threerings.tudey.client that implement Compositable | |
|---|---|
class |
TudeySceneView
Displays a view of a Tudey scene. |
| Uses of Compositable in com.threerings.tudey.client.cursor |
|---|
| Classes in com.threerings.tudey.client.cursor that implement Compositable | |
|---|---|
class |
AreaCursor
Represents an area entry. |
static class |
AreaCursor.Implementation
The actual cursor implementation. |
static class |
AreaCursor.Original
An original implementation. |
class |
Cursor
Base class for cursors (representations used when placing objects). |
class |
EntryCursor
Represents an entry. |
class |
PathCursor
Represents a path entry. |
static class |
PathCursor.Implementation
The actual cursor implementation. |
static class |
PathCursor.Original
An original implementation. |
class |
PlaceableCursor
A cursor for a placeable object. |
static class |
PlaceableCursor.Implementation
The actual cursor implementation. |
static class |
PlaceableCursor.Original
The original implementation. |
class |
SelectionCursor
A cursor for a selection. |
class |
TileCursor
A cursor for tiles. |
static class |
TileCursor.Implementation
The actual cursor implementation. |
static class |
TileCursor.Original
The original implementation. |
| Uses of Compositable in com.threerings.tudey.client.util |
|---|
| Classes in com.threerings.tudey.client.util that implement Compositable | |
|---|---|
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 Compositable in com.threerings.tudey.shape |
|---|
| Classes in com.threerings.tudey.shape that implement Compositable | |
|---|---|
class |
ShapeModel
Shape model implementation. |
| Uses of Compositable in com.threerings.tudey.tools |
|---|
| Classes in com.threerings.tudey.tools that implement Compositable | |
|---|---|
class |
AreaDefiner
The area definer tool. |
class |
Arrow
The arrow tool. |
class |
BaseMover
The base class of Mover and Palette. |
class |
ConfigTool<T extends ManagedConfig>
Base class for tools using config libraries. |
class |
EditorGrid
A special grid that follows the camera around (while staying aligned to the tile grid). |
class |
EditorTool
A tool to use in the scene editor. |
class |
Eraser
The eraser tool. |
class |
Eyedropper
Allows sampling the entry under the cursor in order to recreate it. |
class |
GlobalEditor
The global editor tool. |
class |
GroundBrush
The ground brush tool. |
class |
Layers
The Layer display widget. |
class |
Mover
The mover tool. |
class |
Notepad
The notepad tool. |
class |
Palette
The palette tool. |
class |
PathDefiner
The path definer tool. |
class |
Placer
The placeable placer tool. |
class |
Selector
The selector tool. |
class |
TileBrush
Places individual tiles. |
class |
ToolSceneView
Scene view for tools. |
class |
WallBrush
The wall brush tool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||