# Materials

To start, input the imported FBX Material Library. It is always located in the FBX's Root and just called "materials"

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

Just like with the FBX Subnet path, I wouldn't recommend Copy/Pasting the node but rather write it out.

Under Texture Variants you can create as many variants as you wish. For this example, we are creating two. A lower res 2k variant, and a high res render variant with 4k textures. Give them a name and select the corresponding texture folder. In my case, I'm using the[ structure explained here](/kb3d-usd-converter-docs/conversion-guide/optional-folder-structure.md).

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

Since Kits can come with Glass textures, you might want to use them. I found that a Transmission of 0.5 works well at selling the Glass look, while still providing some details from the texture.

The Transmission Parameter is applied to any material containing the word "Glass" or "Window" in its name.

This too can be adjusted and checked until converting the Assets. We will get to that in a bit.

Texture Remapping is useful if your downloaded textures don't follow the current naming conventions.

For example, base color files are usually named like this:

```
KB3D_MTM_Cable_basecolor.png
```

But if for some reason, it uses a different suffix like this:

```
KB3D_MTM_Cable_albedo.png
```

You only have to change the Basecolor Parameter in the Remapping settings to "albedo". Now the textures should be found and loaded.

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

The Displacement settings are pre-configured to give decent results. I usually leave this off since Kitbash models generally don't provide good closeup detail. Therefore Displacement doesn't add much for my use case. Comes with a simple remap and displ scale parameters.

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

Now hit the "Create Materials" Button and wait for the process to finish. This usually takes a couple seconds.

<figure><img src="/files/wdFw9M1uVAOanfgmgvTz" 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://kb3d-converter.gitbook.io/kb3d-usd-converter-docs/conversion-guide/materials.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.
