com.threerings.opengl.scene
Class FogInfluence
java.lang.Object
com.threerings.util.ShallowObject
com.threerings.opengl.scene.SceneInfluence
com.threerings.opengl.scene.FogInfluence
- All Implemented Interfaces:
- SceneObject
public class FogInfluence
- extends SceneInfluence
Represents the influence of fog.
|
Constructor Summary |
FogInfluence(FogState state)
Creates a new fog influence object with the supplied state. |
|
Method Summary |
FogState |
getFogState()
Returns the fog state associated with this influence, or null for none. |
FogInfluence
public FogInfluence(FogState state)
- Creates a new fog influence object with the supplied state.
getFogState
public FogState getFogState()
- Description copied from class:
SceneInfluence
- Returns the fog state associated with this influence, or
null for none.
- Overrides:
getFogState in class SceneInfluence
Copyright © 2011. All Rights Reserved.