# Basic

Basic materials can only show the texture that is loaded into them. Basic does not receive  shadows or emit lights. It does not receive reflections. Generally, this material does not react to the environment.

Basic materials can be used in games, where the realism of objects is not so important and the materials are not expected to change. It can be used in 2D games and in the design phase.

Using this material, you can create simple objects that do not require many resources.

The Basic material has only one texture map - a Diffuse map.

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


---

# 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.manu.co/learn/manual/materials/basic.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.
