# Texture conversion to PBR materials using Nvidia Texture Exporter

To convert textures into PBR materials using the Nvidia Texture Exporter, apply the following settings to ensure optimal results.

## General settings

* Generate mipmaps: ✔️
* mipmap options:
  * Filter type:
    * Box - for testing purposes
    * Kaiser - for production use
  * Override filter width : leave blank
  * Premultiplied alpha blending: leave blank
* Effects: leave blank
* Compression Effort:
  * Normal - for testing purposes
  * Production - for production use
* Scale / Bias output - do not use
* Wrap to output range: leave blank
* Scale alpha to mipmap coverage : leave blank

## Settings for leaf and grass textures

* Format: BC3
* Gamma Correct: ✔️
* Premultiplied alpha blending : leave blank
* Scale alpha to mipmap coverage : ✔️

## Settings for Diffuse texture maps

* Format: BC1 / BC1a / BC7
* Image Type: Color map
* Gamma Correct: ✔️

## Settings for Roughness, AO, Metallic maps

* Format: BC4u
* Image Type: Color map
* Gamma Correct: leave blank

## Settings for Normal maps

* Format: BC5u
* Image Type: Color map
* Gamma Correct: leave blank


---

# 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://docs.bestway.com.ua/textures-and-materials/physically-based-rendering/texture-conversion-to-pbr-materials-using-nvidia-texture-exporter.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.
