Object containing information for changing the weather conditions in the scene to snowy.
Referenced by: environment
Properties
Property | Details |
---|---|
cloudCover | Specifies the amount of cloud cover in the sky. |
precipitation | Specifies the amount of snowfall in the scene. |
snowCover | Display surfaces covered with snow. Valid values:
|
type | The type of weather. Valid value of this property snowy |
snowyWeather Example
{
"cloudCover": 0.5,
"precipitation": 0.5,
"type": "snowy"
}