@EditorMessageBundle(value="editor.scene")

Package com.threerings.opengl.scene.config

Scene configurations.

See:
          Description

Class Summary
Extent Represents the extent of an influence or effect.
Extent.Limited Limited extent.
Extent.Unlimited Unlimited extent.
SceneInfluenceConfig The configuration of an influence.
SceneInfluenceConfig.AmbientLight Represents the influence of ambient light.
SceneInfluenceConfig.Definer Represents a variable definition influence.
SceneInfluenceConfig.Fog Represents the influence of fog.
SceneInfluenceConfig.Light Represents the influence of a light.
SceneInfluenceConfig.Projector Represents a projection influence.
SceneInfluencerConfig A scene influencer implementation.
ShadowConfig Represents a means of generating shadows from a light.
ShadowConfig.Data A simple container for several state elements shared between the updater and the dependency.
ShadowConfig.SilhouetteTexture Generates shadows by rendering the silhouettes of shadow casters from the perspective of the light into a texture and projecting that texture onto shadow receivers.
ShadowConfig.TextureData A simple container for several state elements shared between the updater and the dependency.
ViewerAffecterConfig A viewer affecter implementation.
ViewerEffectConfig The configuration of an effect.
ViewerEffectConfig.BackgroundColor Changes the background color.
ViewerEffectConfig.Particles Adds a particle effect.
ViewerEffectConfig.RenderEffect Adds a render effect.
ViewerEffectConfig.Skybox Sets the skybox.
ViewerEffectConfig.Sound Plays a sound.
 

Package com.threerings.opengl.scene.config Description

Scene configurations.