|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SceneInfluence | |
|---|---|
| com.threerings.opengl.scene | Scene management classes. |
| com.threerings.opengl.scene.config | Scene configurations. |
| Uses of SceneInfluence in com.threerings.opengl.scene |
|---|
| Subclasses of SceneInfluence in com.threerings.opengl.scene | |
|---|---|
class |
AmbientLightInfluence
Represents the influence of the ambient light level. |
class |
DefinerInfluence
Represents the influence of a variable definer. |
class |
FogInfluence
Represents the influence of fog. |
class |
LightInfluence
Represents the influence of a light. |
class |
ProjectorInfluence
Represents the influence of a projector. |
| Methods in com.threerings.opengl.scene with parameters of type SceneInfluence | |
|---|---|
void |
Scene.add(SceneInfluence influence)
Adds an influence to this scene. |
void |
Scene.boundsDidChange(SceneInfluence influence)
Notes that the specified influence's bounds have changed. |
void |
HashScene.boundsDidChange(SceneInfluence influence)
|
void |
Scene.boundsWillChange(SceneInfluence influence)
Notes that the specified influence's bounds are about to change. |
void |
HashScene.boundsWillChange(SceneInfluence influence)
|
void |
Scene.remove(SceneInfluence influence)
Removes an influence from this scene. |
| Method parameters in com.threerings.opengl.scene with type arguments of type SceneInfluence | |
|---|---|
void |
SimpleScene.getInfluences(Box bounds,
Collection<SceneInfluence> results)
|
abstract void |
Scene.getInfluences(Box bounds,
Collection<SceneInfluence> results)
Retrieves all scene influences whose bounds intersect the provided region. |
void |
HashScene.getInfluences(Box bounds,
Collection<SceneInfluence> results)
|
| Uses of SceneInfluence in com.threerings.opengl.scene.config |
|---|
| Methods in com.threerings.opengl.scene.config that return SceneInfluence | |
|---|---|
SceneInfluence |
SceneInfluenceConfig.createSceneInfluence(GlContext ctx,
Scope scope,
ArrayList<Updater> updaters)
Creates the scene influence corresponding to this config. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||