# Environmental Lighting

*Skybox:*

The Skybox feature allows you to upload an image to serve as both a visual backdrop and as a light source.

* The Tint color allows you to add a tint color to the skybox. This will affect the scene lighting if you choose to use the skybox as your light source.
* The Exposure changes the exposure value of the skybox. A higher value will give a higher exposure value to your scene.
* Rotation allows you to rotate the position of your image. A value of 180 will rotate the image 180o.
* HDRI allows you to select an image to use for your skybox. We recommend equirectangular images at a resolution ratio of 2:1.

*Directional Light:*

The directional light serves as the sun source of your scene.

* Color allows you to change the color of the directional light
* Rotation shows you the rotational values of your directional light. You can choose to either manually enter values into each of the fields here or rotate the light by using the gizmo

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXctK8Od7aJQ6_GmeGOueB8PKR-wJsSqHCvwr-F_ZFntVMEZIc1oFpPw-B8sSohXWgAuKnxrpXiFzi-LRA5XQTTXhU18a8_i284sWBy_06NnufQOUIHKjuoKJ0RapgVZUBp8dFpj7lxYADm7DF0fXpjFLjZU?key=-AN0Ih4YlMKHBWUbFhTDaO63" alt=""><figcaption></figcaption></figure>

* Intensity changes the intensity of your directional light
* Shadow opacity changes the intensity of your shadows. A value of 1 is dark whereas a value of 0 makes your shadows fully transparent

*Environmental Light:*\
This is the ambient light source for your scene.

* Source allows you to set the source of your environmental light. Choosing color will set the light source to a single colour value which you can select in the Ambient Light Color option.
* Reflections intensity is the amount to which reflected light is visible in reflective objects.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://animotive.gitbook.io/animotive-documentation/asset-import-preparation/sets-and-prop-import/environmental-lighting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
