# Technical Information

### **Texel Density Calculation**

TCup uses a bounding-box approximation combined with UV shell analysis to determine density.

### **Optimization Logic**

When an asset is optimized, the plugin does not destructively resize the source texture file. Instead, it calculates the Max Texture Size required to meet the target density and applies it to the Texture asset's settings.

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

{% hint style="info" %}
If you want to reset all changes made by TCup, you can easily do it through the Bulk Editor.
{% endhint %}


---

# 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://ark-kra.gitbook.io/tcup/setup/technical-information.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.
