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

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

interface SnowyWeatherJson {
    cloudCover?: number;
    precipitation?: number;
    snowCover?: "disabled" | "enabled";
    type: "snowy";
}

Properties

cloudCover?: number

Specifies the amount of cloud cover in the sky.

precipitation?: number

Specifies the amount of snowfall in the scene.

snowCover?: "disabled" | "enabled"

Display surfaces covered with snow.

type

The type of weather.