# Building Materials in Element 3D

Element 3D allows you to create and adjust materials in the Scene Setup to create looks from realistic to stylized. Element has two material renderer types, the legacy Standard Shaders and the brand new Physical Shader system.

***

## PHYSICAL SHADERS

The new [Physical Shader](https://www.videocopilot.net/help/element2/help_files_v2/texturing_and_materials/physical_shaders/) system uses the loaded Environment Map to light the object. So as you change your environment, the shader’s lighting will change accordingly. It will use a mix of the scene lights and environment to light the object in After Effects.

<figure><img src="https://www.videocopilot.net/assets/public/ckfinder/userfiles/images/importing_3d_objects/Physical%20Shaders%20Preview%20(Thumb).jpg" alt=""><figcaption></figcaption></figure>

## STANDARD SHADERS

[Standard Shaders](https://www.videocopilot.net/help/element2/help_files_v2/texturing_and_materials/standard_shaders/) is the legacy shader system. This uses the regular Specular and Reflection system and only uses Scene Lights to light the material.

<figure><img src="https://www.videocopilot.net/assets/public/ckfinder/userfiles/images/importing_3d_objects/Standard%20Shaders%20Preview%20(Thumb).jpg" alt=""><figcaption></figcaption></figure>

## TEXTURE SLOTS

[Material slots](https://www.videocopilot.net/help/element2/help_files_v2/texturing_and_materials/material_texture_slots/) are where you load PNG or JPEG files to give materials variation. You can use this to give your material or create more realistic reflections. You can drag texture files to the slots or click on it to bring up the [T](https://www.videocopilot.net/help/element2/help_files_v2/texturing_and_materials/material_texture_slots/)[exture Slot Pop-Up](https://www.videocopilot.net/help/element2/help_files_v2/texturing_and_materials/texture_channel_popup/)[.](https://www.videocopilot.net/help/element2/help_files_v2/texturing_and_materials/material_texture_slots/)

<figure><img src="https://www.videocopilot.net/assets/public/ckfinder/userfiles/images/importing_3d_objects/Material%20Slots%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/building-materials-in-element-3d.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.
