Skip to content

Clouds Settings

This Settings allow you to customize the clouds in your sky.

json
{
    //other sky settings ...
    "cloud_settings": {
        "cloud": true,
        "cloud_height": 300
    }
 }

Fields

  • cloud: A boolean value (true or false) that determines whether clouds are rendered in this sky.
  • cloud_height: An integer value that sets the height of the clouds in the sky. The default value is 128. You can increase or decrease this value to change the vertical position of the clouds.