> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2024.1/toolbox/incari/scene/setsceneenvironmentmap.md).

# Set Scene Environment Map

## Overview

![The Set Scene Environment Map Node.](/files/liOECSQXXIl28b2ObdOA)

The **Set Scene Environment Map** sets the **Environment Map** of a **Scene's** [`Environment Lighting`](/incari-studio/2024.1/objects-and-types/project-objects/scene.md) **Attribute** in the **Logic**.

[**Scope**](/incari-studio/2024.1/toolbox/overview.md#scopes): **Scene**.

## Inputs

| Input             | Type          | Description                                                                                                                                                                                                                                                                                                 |
| ----------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**     | A standard **Input Pulse**, to trigger the execution of the **Node**.                                                                                                                                                                                                                                       |
| `Scene ID`        | **SceneID**   | The ID of the **Scene** being referenced.                                                                                                                                                                                                                                                                   |
| `Texture ID`      | **TextureID** | The ID of the **Texture** to be used as the **Environment Map**.                                                                                                                                                                                                                                            |
| `Color`           | **Color**     | The color the user wishes to set as a tint over the **Environment Map**.                                                                                                                                                                                                                                    |
| `Exposure`        | **Float**     | The exposure value, or how bright or dark the **Environment Map** appears. This can be from 0 to infinity.                                                                                                                                                                                                  |
| `Rotation`        | **Float**     | It sets the rotation, which ranges from 0 to 360 degrees. Basically, the beginning of the image of the provided **Environment Map** will be "delayed" in the *x* direction, moving it from left to right. The resulting "cut off" piece wraps around to the start of the image.                             |
| `Tilt`            | **Float**     | It sets the tilt, which ranges from -90 to 90 degrees. Basically, the beginning of the image of the provided `Texture` will be "delayed" in the *y* direction, moving it from bottom to top. The resulting "cut off" piece wraps around to the start of the image.                                          |
| `Height`          | **Float**     | It sets the projection height, where the ‘point of visualization’ starts. If set to 50%, this would be halfway from the bottom of the image and it would display upwards from there. To see a visual example of this, please refer to the video linked [here](https://www.youtube.com/watch?v=7axPpWTcFrw). |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Set Scene Environment Color**](/incari-studio/2024.1/toolbox/incari/scene/setsceneenvironmentcolornode.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.incari.com/incari-studio/2024.1/toolbox/incari/scene/setsceneenvironmentmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
