# Material settings

{% hint style="success" %}
Many settings accept a map. Simply click the checkerboard icon on the right to select a bitmap file.
{% endhint %}

## Type

***Type*** will determine how a material is converted to V-Ray, Thea and Enscape. Depending on the chosen material type, different settings are available.

* ***Generic*** is a standard material, with the most common settings.
* ***Metal*** will create a fully reflective material.
* ***Translucent*** is well suited for foliage, paper, etc. In V-Ray, it will create a 2sided material. Doing this in V-Ray for SketchUp after import is quite a hassle, so Transmutr simplifies the whole process by doing it directly for you.
* ***Emissive*** will create a material emitting light.

{% hint style="success" %}
Transmutr will try to assign the right type based on the material's name. For example, if the name contains "leaf", the type will be Translucent.
{% endhint %}

## VRMat

***VRMat*** is V-Ray specific. It allows you to link a *.vrmat* file whose content will define the V-Ray material. If Transmutr finds in the input file folder a *.vrmat* file matching the name of a material, this material will automatically use this \*.vrmat file. Transmutr will look for `inputFolder/materialName.vrmat` and `inputFolder/materialName/materialName.vrmat` Note that due to limitations in V-Ray, the materials may not look exactly the same between applications.


---

# 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.transmutr.com/manual/materials-tab/material-settings.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.
