> For the complete documentation index, see [llms.txt](https://help.mimeeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mimeeq.com/augmented-reality/low-poly-models.md).

# Low-Poly Models

## Why, When and How to use a Low Poly Model

Unlike our web configurator which supports Draco compressed models, USDZ files used by apple devices in AR must be uncompressed.

These files are many times larger than the compressed ones and for this reason, we recommend adding an additional low poly model specifically for AR purposes.

To facilitate this we have provided a mechanism for you to add a low poly model in the product administration panel.

**NOTE**

If no low poly (lower quality) model is provided we will still generate the AR model using the main HQ model, therefore this is only a recommendation and optional feature, it's not a requirement

{% hint style="warning" %}
The low poly model should contain exactly the same meshes and mesh names as the high-quality model.
{% endhint %}

**How to add a low poly model for the new products:**&#x20;

1. Under 3D/AR tab, click bulk add button.
2. Upload your glb files - both high and low poly.
3. Use Low poly matcher - define your match type (prefix or suffix) and its value.

![Low poly matcher](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FpAvIulYlvpg6J0BWsufx%2Flow-poly_2gmlbx.png?alt=media)

**How to add a low poly model for the existing products:**  If you already had the glbs added to the product you can manually assign the low poly models to the existing glbs:

1. Under 3D/AR tab click the pencil icon for the particular glb
2. Assign matching low poly model

![Manual low poly model assignment](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2Fms4wcLBoAO9qySxbGI1X%2Flow-poly-assignment_edxhp5.png?alt=media)

Normally the file with the different name would be considered as the separate file and the meshes would load additionally. When using low poly matcher, low poly meshes are simply being matched in the background with the high poly meshes, so you only have to define the latter ones.

If you need any help or have any questions feel free to reach out to Mimeeq support.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.mimeeq.com/augmented-reality/low-poly-models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
