Object containing information for changing the weather conditions in the scene to foggy.

See https://developers.arcgis.com/web-scene-specification/objects/foggyWeather/.

interface FoggyWeatherJson {
    fogStrength?: number;
    type: "foggy";
}

Properties

Properties

fogStrength?: number

Specifies the amount of fog used in the scene.

type

The type of weather.