> For the complete documentation index, see [llms.txt](https://upland-3d.gitbook.io/upland-3d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upland-3d.gitbook.io/upland-3d/fundamentals/materials.md).

# Materials

## Baking

* You should not use any light setup or HDRI for baking&#x20;
* All materials should be baked directly using the Ambient occlusion node (Avoid flat color or non-shaded areas)

<figure><img src="/files/iebSv2Dus3wflMG9M9aC" alt=""><figcaption></figcaption></figure>

## Details

* Structure: 4 Materials are mandatory for each NFT and LODs
* Structure Ornament: 5 Materials are mandatory for each NFT and LODs
* Landmarks: 1 Material mandatory
* Map Assets: 1 Material mandatory

## Requirements

* No duplicated materials
* Texture format: JPEG
* Materials should not use any shader (unless the category requires it)

<figure><img src="/files/PB8qAo9WeP3H4xZ9a6Jx" alt=""><figcaption></figcaption></figure>

## Water

* If you asset include any still water, please use the following image texture

<figure><img src="/files/fpZOBdaopZL3CwzKGC8T" alt=""><figcaption></figcaption></figure>

## Size relation

* Materials image size must follow this relation size:
  * 64x64
  * 128x128
  * 256x256
  * 512x512
  * 1024x1024
  * 2048x2048


---

# 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://upland-3d.gitbook.io/upland-3d/fundamentals/materials.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.
