# Rendering

Vectary utilizes **real-time**, **photorealistic** rendering, which is **always active** and cannot be disabled.

To ensure optimal performance, certain [effects](/documentation/design-process/effects.md) require manual activation when needed:, to maintain good performance, some effects need to be enabled manually when necessary:

* [Reflections](/documentation/design-process/effects/reflections.md)
* [Soft shadows](/documentation/design-process/effects/soft-shadows.md)
* [Ambient occlusion](/documentation/design-process/materials-and-textures/baked-textures/ambient-occlusion-texture.md)
* [Bloom](/documentation/design-process/effects/bloom.md)

[Lighting](/documentation/design-process/environment.md) plays a crucial role in defining material appearance. With a well-configured lighting setup, materials within the scene can achieve a more refined and realistic look, especially when using [advanced materials](/documentation/design-process/materials-and-textures/advanced-materials.md) (refraction, subsurface scattering, etc.).

For high-resolution render exports, use the button located at the bottom of the canvas.

<figure><img src="/files/2awP0A8bDnWUd8svQVyo" alt="" width="563"><figcaption></figcaption></figure>

<details>

<summary>Photon and Instant render <strong>(legacy)</strong></summary>

The menu includes two legacy renderers — Instant and Photon — retained from the previous version for users who may still need them. However, there are important considerations:

* **Instant** — no longer functional, but still allows exporting images at the desired resolution.
* **Photon** — remains operational but is no longer supported, which may result in occasional bugs.

While Photon has delivered impressive results, the era of real-time rendering has arrived. The new real-time rendering engine already achieves results comparable to Photon and, in some cases, matches its quality entirely. In specific scenarios, Photon may still outperform, but continuous improvements are being made to optimize real-time rendering quality.

Real-time rendering in Vectary captures every step of the creative process as it happens, reflecting changes and edits instantly. This immediate feedback is essential for efficient design workflows, eliminating the need to wait for renders during 3D content creation.

</details>


---

# 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://help.vectary.com/documentation/getting-started/rendering.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.
