> For the complete documentation index, see [llms.txt](https://docs.angle3d.co/angle3d-configurator-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angle3d.co/angle3d-configurator-documentation/set-up-configurator/settings/configurator-settings/scene/scene-set-up.md).

# Scene Set Up

*Angle 3D Configurator* challenges your inner creator by offering ample customization of your 3D viewport! This includes both your 3D model and scene.

## Background Color

The 'Background color' setting allows you to set the background of the 3D viewport. \
**For a clear background**, simply select the 'Transparent background' option. \
**For a colored background**, pick any color using the color picker.

## Lighting&#x20;

Customize the lighting of your 3D scene by adjusting:

* Light intensity
* Lighting (overlay)
* Shadow intensity & softness
* Field of view range

## Camera Angles&#x20;

### Initial Camera Angle

The initial camera angle will be the first view of the 3D product displayed to your client.\
\
To set the initial angle, simply **use your cursor to position the 3D model** into the desired location. Select '**Set to current**' to save and apply the chosen camera angle.\
A small screen capture will appear with the confirmed initial view.\
\
To change a pre-existing initial camera angle, simply follow the same steps of positioning the model and saving your choice via the 'Set to current' option.

### Camera Angle Update

on different option/always (?)

## Auto Rotate

*Angle 3D Configurator* offers an automatic rotation of the 3D product in the scene to allow your customer a complete view of the item, even if unprompted. This feature can be **enabled/disabled under the 'Auto rotate' option.**\
\
Please note that the automatic rotation feature is not recommended for slow-performing devices.

### Auto Rotate Delay

The auto rotation can be delayed by setting its delay value in seconds. Set to 0 If you don't wish to include the delay.


---

# 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.angle3d.co/angle3d-configurator-documentation/set-up-configurator/settings/configurator-settings/scene/scene-set-up.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.
