# Material Texture Slots

TEXTURE CHANNEL SLOTS\
Drag PNG or JPEG files to these slots to add realistic variation to your texture. See [Physical Shaders](https://www.videocopilot.net/help/element2/help_files_v2/texturing_and_materials/physical_shaders/) or [Standard Shaders](https://www.videocopilot.net/help/element2/help_files_v2/texturing_and_materials/standard_shaders/) for more specific info.

{% tabs fullWidth="false" %}
{% tab title="DIFFUSE" %}
Texture map affects color of material.
{% endtab %}

{% tab title="GLOSSINESS/REFLECTIVITY" %}
Texture Map affects how light affects and reflects light.
{% endtab %}

{% tab title="ILLUMINATION" %}
Bright parts of the map will brighten material.
{% endtab %}

{% tab title="NORMAL BUMP" %}
Normal maps create bump on the surface of materials.
{% endtab %}

{% tab title="OCCLUSION" %}
Darkens parts of the map, used if model has baked AO maps.
{% endtab %}

{% tab title="ENVIRONEMNT" %}
Choose a custom reflection for a specific material.
{% endtab %}
{% endtabs %}

<figure><img src="https://www.videocopilot.net/assets/public/ckfinder/userfiles/images/importing_3d_objects/Texture%20Slot%20(Thumb).jpg" 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://video-copilot.gitbook.io/element2/texturing-and-materials/material-texture-slots.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.
