# Create Low-poly from CAD Models

For making your CAD file to low-poly you need first to convert it into .obj or .stl. It is described in [this ](/vr/tutorials/convert-cad-models.md)tutorial.

If you have and .obj or .stl file you can use the [**Fast-Quadric-Mesh-Simplification**](https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification) tool. You need to clone the git repository (<https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification>) or use the online version, found [here.](https://myminifactory.github.io/Fast-Quadric-Mesh-Simplification/)

With the online version you can easily upload your file and then to select the simplification rate. After downloading the low-poly file it is Apertus ready.


---

# 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://apertus.gitbook.io/vr/tutorials/create-low-poly-cad-models.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.
