> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/three-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/three-plus/components/scene/sky.md).

# Sky

Adds a generated sky box map to a scene

## Description

Adds a generated sky box map to a scene based on location and atmospheric properties with an optional coordinated directional light.

{% tabs %}
{% tab title="Preview" %}
![](https://2542354621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbH1SBOktQqL8caPM2Xpc%2Fuploads%2Fy4oEtLfbzD8udVgtc5U2%2FScene-Sky.png?alt=media\&token=dd545c11-fd9c-47f6-b374-43068d07b999)
{% endtab %}

{% tab title="Location" %}
**Name** | Sky

**Nickname** | Sky

**Tab** | ThreeJs

**Panel** | Scene

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**A** | **Altitude** (*Number*) | The altitude value.

**Z** | **Azimuth** (*Number*) | The azimuth value.&#x20;

**T** | **Turbidity** (*Number*) | The turbidity value.&#x20;

**R** | **Rayleigh** (*Number*) | The Rayleigh value.&#x20;

**E** | **Exposure** (*Number*) | The Exposure value.&#x20;

**C** | **Coefficient** (*Number*) | The Coefficient value.&#x20;

**D** | **Directional** (*Number*) | The Directional value.&#x20;

**E** | **Environment** (*Bool*) | If true, the environment will illuminate the scene

**S** | **Sun Color** (*Colour*) | An optional sun color. If a color is provided a directional light representing the sun will be created. If empty, no directional lighting will be added.&#x20;
{% endtab %}

{% tab title="Ouputs" %}
**E** | **Scene Element** (*T+ Scene Element*) | A Sky Three Plus Scene Modifier Element&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage
