# ATMOSCAPE PLUGIN Documentation

![](/files/H0XC9cjP9v8ludzilM51)

The plugin allows you to position several atmospheres in the same scene, something that the SkyAtmosphere does not allow you to do at the moment. Another problem with the SkyAtmosphere is, if you look at it from a distance it looks defective:

![](/files/UoyIoUAh5TdEmyQEFOWx)

Our atmospheres work in addition with the SkyAtmosphere, you can keep the SkyAtmosphere for your main planet and add other atmospheres for your other planets around it.

Our atmospheres are based on the ScratchaPixel logic. We advise you to check this [page](https://www.scratchapixel.com/lessons/procedural-generation-virtual-worlds/simulating-sky/simulating-colors-of-the-sky) to learn more about it.

![](/files/Im76dSykmnL0TP2EALtr)

### Quick Start

To get the rotation of the sun, you need to use a directional light and a skyAtmosphere in your level. Just research Atmosphere in Place pannel, drag\&drop in  your level.

![](/files/OyYh4ec10qKOjaokMPLN)

Choose the size of your atmosphere and that's it. You can choose a very small size or a huge size.

![](/files/ha6LlGffbnlMfLCEbwQ6)


---

# 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://qanga.gitbook.io/atmoscape-plugin/atmoscape-plugin-documentation.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.
