# How to create a turntable video

Turntable renders are a 3D visualization technique that involves rotating an object 360 degrees while rendering it in real-time. This allows the viewer to examine the model from all angles and appreciate its shape, details, and textures.

{% hint style="warning" %}
We assume that your model already has defined materials, ground, and environment. If not, please see the [Render & Animation page](/user-interface/panels/render-and-animation.md).
{% endhint %}

1. In Type, choose **Turntable**.

<figure><img src="/files/FUfxHS5UX4pG0jqwJay8" alt="" width="352"><figcaption></figcaption></figure>

2. Choose the **Resolution** that you want to achieve. The higher the resolution, the more details you will be able to see in the video and the longer it will take to generate the rendering.

<figure><img src="/files/EQswdJmLWEDZIT0Ldv7C" alt="" width="352"><figcaption></figcaption></figure>

If you are not sure what resolution to use, we suggest choosing 1920x1080 (16:9) HD for a standard, all-purpose rendered video. Also, we offer vertical resolutions for social networks like Facebook, Instagram and Tik Tok.

3. Adjust the Quality value to the number of passes you want the render engine to do before finishing the rendering process. This will set the definition of your video. The higher the value, the more time it will take to finish the process.

<figure><img src="/files/uUCHCUIt718wqraXmXKn" alt="" width="352"><figcaption></figcaption></figure>

We suggest setting this value to 500 to achieve a good definition, which usually does not take much time to render.

4. Set the duration and frames per second you want your video to be made.

<figure><img src="/files/kbaPcqqJ2xGWmNirJtkV" alt="" width="352"><figcaption></figcaption></figure>

{% hint style="warning" %}
Click the **Preview Render** button and drag an area over the scene you want to preview.
{% endhint %}

5. &#x20;Click on the Render Video button.

<figure><img src="/files/y9sS3nbOanE8aou88PAN" alt="" width="352"><figcaption></figcaption></figure>

5. Name your rendered video, choose the folder on which the video will be saved, and click the Save button.


---

# 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.rhinoartisan.com/rendering/how-to-create-a-turntable-video.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.
