@JsType(isNative=true, namespace="Cesium", name="Fog") public class Fog extends Object
Modifier and Type | Field and Description |
---|---|
double |
density
A scalar that determines the density of the fog.
|
boolean |
enabled
true if fog is enabled, false otherwise.
|
double |
screenSpaceErrorFactor
A factor used to increase the screen space error of terrain tiles when they are partially in fog.
|
Constructor and Description |
---|
Fog()
Blends the atmosphere to geometry far from the camera for horizon views.
|
@JsProperty public double density
@JsProperty public boolean enabled
@JsProperty public double screenSpaceErrorFactor
Copyright © 2019. All rights reserved.