Uses of Class
com.threerings.opengl.scene.ViewerEffect

Packages that use ViewerEffect
com.threerings.opengl.scene Scene management classes. 
com.threerings.opengl.scene.config Scene configurations. 
com.threerings.tudey.config Tudey configurations. 
 

Uses of ViewerEffect in com.threerings.opengl.scene
 

Subclasses of ViewerEffect in com.threerings.opengl.scene
 class BackgroundColorEffect
          An effect that changes the background color.
 

Methods in com.threerings.opengl.scene with parameters of type ViewerEffect
 void Scene.add(ViewerEffect effect)
          Adds a viewer effect to this scene.
 void Scene.boundsDidChange(ViewerEffect effect)
          Notes that the specified effect's bounds have changed.
 void HashScene.boundsDidChange(ViewerEffect effect)
           
 void Scene.boundsWillChange(ViewerEffect effect)
          Notes that the specified effect's bounds are about to change.
 void HashScene.boundsWillChange(ViewerEffect effect)
           
 void Scene.remove(ViewerEffect effect)
          Removes a viewer effect from this scene.
 

Method parameters in com.threerings.opengl.scene with type arguments of type ViewerEffect
 void SimpleScene.getEffects(Box bounds, Collection<ViewerEffect> results)
           
abstract  void Scene.getEffects(Box bounds, Collection<ViewerEffect> results)
          Retrieves all viewer effects whose bounds intersect the provided region.
 void HashScene.getEffects(Box bounds, Collection<ViewerEffect> results)
           
 

Uses of ViewerEffect in com.threerings.opengl.scene.config
 

Methods in com.threerings.opengl.scene.config that return ViewerEffect
abstract  ViewerEffect ViewerEffectConfig.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
          Creates the actual effect object.
 ViewerEffect ViewerEffectConfig.Sound.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 ViewerEffect ViewerEffectConfig.BackgroundColor.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 ViewerEffect ViewerEffectConfig.Skybox.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 ViewerEffect ViewerEffectConfig.Particles.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 ViewerEffect ViewerEffectConfig.RenderEffect.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 

Methods in com.threerings.opengl.scene.config with parameters of type ViewerEffect
abstract  ViewerEffect ViewerEffectConfig.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
          Creates the actual effect object.
 ViewerEffect ViewerEffectConfig.Sound.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 ViewerEffect ViewerEffectConfig.BackgroundColor.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 ViewerEffect ViewerEffectConfig.Skybox.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 ViewerEffect ViewerEffectConfig.Particles.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 ViewerEffect ViewerEffectConfig.RenderEffect.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 

Uses of ViewerEffect in com.threerings.tudey.config
 

Methods in com.threerings.tudey.config that return ViewerEffect
 ViewerEffect TudeyViewerEffectConfig.Camera.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 

Methods in com.threerings.tudey.config with parameters of type ViewerEffect
 ViewerEffect TudeyViewerEffectConfig.Camera.getViewerEffect(GlContext ctx, Scope scope, ViewerEffect effect)
           
 



Copyright © 2011. All Rights Reserved.