# What is the difference between different preview qualities?

<mark style="background-color:purple;">Preview quality is the quality of the live preview in the current window. The different quality represents the result of the current temporary rendering and is not equal to the quality of the official rendering.</mark>

* **In the official rendering, the quality is always the best result**, independent of the preview quality.

<div align="left"><figure><img src="/files/E3hUP6TFU6QWHu1bSSUq" alt=""><figcaption></figcaption></figure></div>

<table data-header-hidden><thead><tr><th width="180"></th><th></th></tr></thead><tbody><tr><td>Preview quality</td><td>Preview result</td></tr><tr><td><strong>Precise</strong> </td><td><p>The best result is achieved in Precise quality, which ensures that the rendering results are consistent with the preview screen. </p><p>The corresponding <strong>shortcut key is F1</strong>.</p></td></tr><tr><td><strong>Smooth</strong></td><td><p>When previewing in real time, some of the effects are weakened or not shown. Click on the preview to get the real physical result. </p><p>Corresponds to the <strong>shortcut key F2</strong>.</p></td></tr></tbody></table>

* For RTX graphics cards, it is recommended to select **"Precise Quality"** for a better experience.
* When the image quality is "Smooth", clicking "Render Preview" or pressing F12 will temporarily render the current image to get an effect close to the final rendering quality.

## Common issues

### Why doesn't the object show a projection when previewing?

When **the preview quality is smooth**, part of the effect will be weakened or not displayed.&#x20;

* When the preview quality is in precise  mode, you can get the best preview effect.


---

# 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.d5render.com/user-guide/view/what-is-the-difference-between-different-preview-qualities.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.
