# Limit Camera Movements

{% hint style="info" %}
This setting is for configurators only: to limit the angles and zoom levels the user able to explore in the configurator.
{% endhint %}

You can limit the camera movement in the configurators by setting the properties of the camera in the editor. You can set the following two aspect:

* Distance: how far or how close the camera can go
* Angle: how much rotation is allowed

## Distance

You can set the minimum and maximum distance the camera can take if you click on the camera and set the following two values:

<figure><img src="https://colormass.slite.com/api/files/sHhB120S2mI1RS/image.png" alt="image.png" width="375"><figcaption></figcaption></figure>

## Angle

Camera movement in the configurator settings can be limited by setting vertical min/max angles (min and max angle (v)) and horizontal min/max angles (min and max angle (h)). Please note that these angles are in degrees and defined in the spherical coordinate system as the following figure implies:

<figure><img src="https://colormass.slite.com/api/files/Zv7SL4y_hHJ_2V/unbenannt.jpg" alt="Unbenannt.jpg" width="563"><figcaption></figcaption></figure>

To define possible values for the horizontal rotation, the user can set the minimum value of phi by the field *min angle (h)* and the maximum value by the field *max angle (h)*. In the same manner, the set of the possible values for the vertical rotation can be set by the field *min angle (v)* and *max angle (v)*. In this way, the possible viewing angles for those who uses configurator can be defined.

If you click on the camera than you can find these settings here:

<figure><img src="https://colormass.slite.com/api/files/mo2I8G7WgT2-aI/image.png" alt="image.png" width="375"><figcaption></figcaption></figure>

The minimum and maximum vertical angles are from 0 to 180. The screenshot below shows roughly what these values mean:

<figure><img src="https://colormass.slite.com/api/files/moDKsXSXAstqV0/vertical.png" alt="vertical.png" width="563"><figcaption></figcaption></figure>

Values above 180 and below 0 will be clipped. For example you set the maximum vertical angle to 190 degrees, it will be set to 180. Likewise, if you set it to -10 degrees, it will be set to 0.

The horizontal angle goes from 0 to 360 (without any clipping). See screenshot below:

<figure><img src="https://colormass.slite.com/api/files/PHy3Bq7mJuRkbN/horizontal.png" alt="horizontal.png" width="563"><figcaption></figcaption></figure>

The horizontal angle for the camera is 0 degree. If it were 360 degrees, the camera would still be in the same position.

{% hint style="info" %}
Since there is no clipping both setting *min angle (h)* to *0* and *max angle (h)* to 360 and *min angle (h)* to *-180* and *max angle (h)* to 180 will work.
{% endhint %}


---

# 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://docs.colormass.com/configurator/limit-camera-movements.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.
