# What are the different display modes for?

## Mode

<mark style="background-color:purple;">The Display Modes are divided into Lit, Wireframe and Clay Model.</mark>

* **Lit :** default mode, with a real-time preview of all materials and lights.
* **Wireframe :** shows only edge lines in the scene, and this mode does **not support rendering**.
* **Clay Model :** overrides the material with white material, which makes it easier to emphasize the volume of the model and observe the lighting.
* **Still/Dynamic :** controls whether to preview the motion of dynamic elements in the scene.&#x20;

  e.g. cloud movement, vegetation wind movement, character animation, etc.

<figure><img src="/files/73WrSpe8Z7NuDdQMfqYr" alt=""><figcaption><p><strong>Lit</strong></p></figcaption></figure>

![Wireframe](/files/-MkeW4P3HzUnxQc8vvhW)

<figure><img src="/files/WeSur1BzJKDo1hsPjsYb" alt=""><figcaption><p><strong>Clay Model</strong></p></figcaption></figure>

## Preview Quality

<mark style="background-color:purple;">The Preview Quality is the quality of the preview image in the current window. The different preview qualities only represent the results of the current temporary rendering, not the quality of the final rendering. The final rendering quality is always the best result, independent of the quality of this preview.</mark>

* When the preview quality is "**Precise**", the real-time preview is automatically enabled.
* When the preview quality is "**Smooth**" , clicking "Render Preview" or pressing F12 will temporarily render the current image to get close to the final rendering quality.

{% hint style="success" %}
For computers with RTX graphics cards, you can select <mark style="background-color:purple;">"Precise"</mark> for a better experience.
{% endhint %}

| Preview Quality | Preview Results                                                                                                                                            |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Precise         | All ray tracing features are turned on in real time, and after a short automatic convergence, physically realistic results are obtained.(Shortcut key F1)  |
| Smooth          | Turn off reflections, shadows and other ray tracing features, and click on the Render Preview button to get physically realistic results.(Shortcut key F2) |


---

# 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/display.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.
