# Texture remapping

Texture remapping allows converting [Ambient occlusion (texture)](/documentation/design-process/materials-and-textures/baked-textures/ambient-occlusion-texture.md) and [Lightmap](/documentation/design-process/materials-and-textures/baked-textures/lightmap.md) (proprietary material properties) into basic material settings such as **Roughness** and **Emission**, which are supported in standard 3D formats like **GLB**, **FBX**, **OBJ**, **USDZ**. This ensures that the object retains a similar appearance when exported into a file or viewed in **AR**.

**How to run remapping:**

* for this feature to become available, the object or group must contain **Ambient Occlusion** or a **Lightmap** in any of its materials
* select the desired object or group and right-click to open the context menu
* select the **`Remap AO and LM`**

<figure><img src="/files/0CUlD1b2cpHsOx9kSgbY" alt=""><figcaption></figcaption></figure>

The time required for the remapping process may vary depending on the complexity of the scene.

**Result:**

* the original object will be hidden
* a copy of the object will appear (If the result is satisfactory, the original object may be deleted, they are not linked)
* the copy of the object will include **Roughness** and **Emission** maps instead of **Ambient Occlusion** and **Lightmap**

{% hint style="info" %}
Brightness and contrast settings can be adjusted for the **Roughness** and **Emission** maps if they do not match the appearance of the **Ambient Occlusion** and **Lightmap**.
{% endhint %}

{% embed url="<https://screen.studio/share/jjd2f4V2>" %}


---

# 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://help.vectary.com/documentation/design-process/materials-and-textures/baked-textures/texture-remapping.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.
