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