com.threerings.opengl.renderer.config
Class FogStateConfig.Linear
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.FogStateConfig
com.threerings.opengl.renderer.config.FogStateConfig.Enabled
com.threerings.opengl.renderer.config.FogStateConfig.Linear
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- FogStateConfig
public static class FogStateConfig.Linear
- extends FogStateConfig.Enabled
Linear fog.
|
Field Summary |
float |
end
The fog end distance. |
float |
start
The fog start distance. |
start
@Editable(min=0.0,
step=0.1,
hgroup="p")
public float start
- The fog start distance.
end
@Editable(min=0.0,
step=0.1,
hgroup="p")
public float end
- The fog end distance.
FogStateConfig.Linear
public FogStateConfig.Linear(FogStateConfig.Enabled other)
FogStateConfig.Linear
public FogStateConfig.Linear()
getState
public FogState getState()
- Description copied from class:
FogStateConfig
- Returns the corresponding fog state.
- Specified by:
getState in class FogStateConfig
Copyright © 2011. All Rights Reserved.