# Rotate

This operator allows you to rotate textures in 90° increments. It’s particularly useful if a material was not digitized in the correct orientation, enabling you to quickly adjust its rotation.

In order to add the operator click on *+ Add operator* and then select *Rotate*:

<figure><img src="/files/tpKOhoRtY49QqNh9tG4z" alt="" width="143"><figcaption></figcaption></figure>

{% hint style="info" %}
If the *+Add operator* text is not visible, it means you need to add a *Tiling* operator first before you can add any other operators.
{% 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/scanning-and-tiling/texture-editor/operators/rotate.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.
