|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.scene.config.SceneInfluenceConfig
@EditorTypes(value={SceneInfluenceConfig.AmbientLight.class,SceneInfluenceConfig.Fog.class,SceneInfluenceConfig.Light.class,SceneInfluenceConfig.Projector.class,SceneInfluenceConfig.Definer.class})
public abstract class SceneInfluenceConfigThe configuration of an influence.
| Nested Class Summary | |
|---|---|
static class |
SceneInfluenceConfig.AmbientLight
Represents the influence of ambient light. |
static class |
SceneInfluenceConfig.Definer
Represents a variable definition influence. |
static class |
SceneInfluenceConfig.Fog
Represents the influence of fog. |
static class |
SceneInfluenceConfig.Light
Represents the influence of a light. |
static class |
SceneInfluenceConfig.Projector
Represents a projection influence. |
| Field Summary | |
|---|---|
ExpressionBinding[] |
dynamicBindings
The dynamic expression bindings for this influence. |
ExpressionBinding[] |
staticBindings
The static expression bindings for this influence. |
| Constructor Summary | |
|---|---|
SceneInfluenceConfig()
|
|
| Method Summary | |
|---|---|
SceneInfluence |
createSceneInfluence(GlContext ctx,
Scope scope,
ArrayList<Updater> updaters)
Creates the scene influence corresponding to this config. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(weight=1.0) public ExpressionBinding[] staticBindings
@Editable(weight=1.0) public ExpressionBinding[] dynamicBindings
| Constructor Detail |
|---|
public SceneInfluenceConfig()
| Method Detail |
|---|
public SceneInfluence createSceneInfluence(GlContext ctx,
Scope scope,
ArrayList<Updater> updaters)
updaters - a list to populate with required updaters.public void invalidate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||