# Конверсия текстур с помощью Nvidia Texture Exporter

При использовании Nvidia Texture Exporter для конверсии текстур в PBR материалы используйте ниже перечисленные настройки экспортера для успешного результата конверсии

## Общие настройки

* Generate mipmaps: ✔️
* mipmap options:
  * Filter type:
    * Box - для тестов
    * Kaiser - для использования в ресурсах
  * Override filter width : оставить пустым
  * Premultiplied alpha blending: оставить пустым
* Effects: оставить пустым
* Compression Effort:&#x20;
  * Normal - для тестов
  * Production - для использования в ресурсах
* Scale / Bias output - не используем
* Wrap to output range: оставить пустым&#x20;
* Scale alpha to mipmap coverage : оставить пустым

## Настройки для текстур листьев и травы

* Format: BC3
* Gamma Correct: ✔️
* Premultiplied alpha blending : оставить пустым
* Scale alpha to mipmap coverage : ✔️

## Настройки для текстурной карты diffuse

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

## Настройки для roughness, ao, metallic

* Format: BC4u
* Image Type: Color map
* Gamma Correct: оставить пустым

## Настройки для normal

* Format: BC5u
* Image Type: Color map
* Gamma Correct: оставить пустым


---

# 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://bestway-1.gitbook.io/documentation/gem-rts-v1-ru/tekstury-i-materialy/physically-based-rendering/konversiya-tekstur-s-pomoshyu-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.
