Uses of Interface
com.threerings.opengl.util.Intersectable

Packages that use Intersectable
com.threerings.opengl.effect Effect classes. 
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.model   
com.threerings.opengl.scene Scene management classes. 
com.threerings.opengl.util   
com.threerings.tudey.client.util   
com.threerings.tudey.shape   
 

Uses of Intersectable in com.threerings.opengl.effect
 

Classes in com.threerings.opengl.effect that implement Intersectable
 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 Intersectable in com.threerings.opengl.gui
 

Classes in com.threerings.opengl.gui that implement Intersectable
 class ComponentBillboard
          A component billboard model implementation.
 

Uses of Intersectable in com.threerings.opengl.model
 

Classes in com.threerings.opengl.model that implement Intersectable
 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 Intersectable in com.threerings.opengl.scene
 

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

Classes in com.threerings.opengl.scene that implement Intersectable
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 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 Intersectable in com.threerings.opengl.util
 

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

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

Classes in com.threerings.tudey.client.util that implement Intersectable
 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 Intersectable in com.threerings.tudey.shape
 

Classes in com.threerings.tudey.shape that implement Intersectable
 class ShapeModel
          Shape model implementation.
 



Copyright © 2011. All Rights Reserved.