|
||||||||||
| 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.renderer.config.FogStateConfig
@EditorTypes(value={FogStateConfig.Disabled.class,FogStateConfig.Linear.class,FogStateConfig.Exponential.class})
public abstract class FogStateConfigConfigurable fog state.
| Nested Class Summary | |
|---|---|
static class |
FogStateConfig.Disabled
Explicitly disables the fog. |
static class |
FogStateConfig.Enabled
Superclass of the enabled states. |
static class |
FogStateConfig.Exponential
Exponential fog. |
static class |
FogStateConfig.Linear
Linear fog. |
| Constructor Summary | |
|---|---|
FogStateConfig()
|
|
| Method Summary | |
|---|---|
abstract FogState |
getState()
Returns the corresponding fog state. |
| 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 |
| Constructor Detail |
|---|
public FogStateConfig()
| Method Detail |
|---|
public abstract FogState getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||