> For the complete documentation index, see [llms.txt](https://help.vectary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vectary.com/documentation/design-process/materials-and-textures/basic-materials/normal-map.md).

# Normal map

Normal maps enhance the visual quality of materials by adding intricate surface details without increasing polygon count. They simulate bumps, scratches, or fabric textures without modifying the actual geometry. This effect relies on imported textures and is achieved by manipulating how light interacts with the surface, enhancing realism and depth.

{% hint style="success" %}
Any image can be uploaded and will be automatically converted into a specialized normal map
{% endhint %}

**Invert** option flips the texture’s details, which can help correct shading issues or adjust the perceived depth of the surface.

{% embed url="<https://vimeo.com/819518319?share=copy>" %}

{% embed url="<https://vimeo.com/771257102>" %}


---

# 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:

```
GET https://help.vectary.com/documentation/design-process/materials-and-textures/basic-materials/normal-map.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.
