# Polycount

## What is a polycount?

{% embed url="<https://youtu.be/7TWyJsXMRY8?feature=shared>" %}

Polycounts refer to the number of polygons or triangles that make up your 3D model. The polycount is a measure of the detail and complexity of a 3D model.

For standard requests, the default polycount is 30,000. This default varies depending on the generation quality selected. We support polycount ranges from as low as 500 up to 300,000 for Prototype assets. For Game-ready assets, we support polycount ranges from 500 to 2,000,000.

{% hint style="info" %}
When selecting the number of polygons, keep in mind that it will also determine the object's level of detail.
{% endhint %}

<figure><img src="https://2929718666-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3dfqxWeW1YVSmrxYlvkW%2Fuploads%2FfbjIl9z6WAN0a5QHIOmI%2FScreen%20Shot%202024-01-18%20at%209.38.22%20AM.png?alt=media&#x26;token=470baaf3-c350-434e-bdfc-57d7d1600878" alt=""><figcaption></figcaption></figure>

Setting a low polycount for highly detailed images can result in loss of detail. If you'd like to further optimise polycount without losing detail, get in touch with us about setting up a custom style.

## How many polys should my 3D model be?

While the default value for prototype assets is 30,000 your needs might require a different polycount. Less polygons means a smaller file size and less processing power to render those 3D objects.

* For mobile and casual games, we recommend lower polycounts (e.g. 5,000 - 20,000)
* For AA games, AAA games, or e-commerce, we recommend higher polycounts (e.g. 50,000 - 100,000)

Generated 3D models will not exceed the inputted polycount by more than 5%.&#x20;

Please note that if you set a low polycount (e.g. 3,000) details might be excluded. In addition to increasing the polycount, we offer more ways to capture more detail in your generations:

* Choose a higher [level of quality](https://docs.kaedim3d.com/prototype-assets#levels-of-quality) - Depending on the complexity of your input image, "High" or "Ultra" will work best for capturing more detail.
* Create with the [Game-ready pipeline](https://docs.kaedim3d.com/creating-assets/game-ready-assets) - The Game-ready pipeline offers high poly geometry, optimised geometry, texturing, rigging, and LoDs. The normal maps from the high poly geometry will be baked onto the optimised geometry - meaning you can have a highly detailed asset while still maintaining a low polycount.&#x20;


---

# 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.kaedim3d.com/creating-assets/create-page/polycount.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.
