Object containing information for changing the weather conditions in the scene to rainy.
Referenced by: environment
Properties
Property | Details |
---|---|
cloudCover | Specifies the amount of cloud cover in the sky. |
precipitation | Specifies the amount of rainfall in the scene. |
type | The type of weather. Valid value of this property rainy |
rainyWeather Example
{
"cloudCover": 0.5,
"precipitation": 0.5,
"type": "rainy"
}