# Real-time Rendering Suite

This guide provides a deep dive into the Rendering Suite. This allows you to create stunning videos and images directly from the packaged application.

**🎥 Creating Cinematic Videos**

* **Access the Tool:** Click the **Video Camera icon** to open the **"Create Camera List"** panel.

<figure><img src="/files/aigJQ8Bejcp3B4zaaP29" alt=""><figcaption></figcaption></figure>

* **Create a Camera Path:**
  * Click **Create Camera**. Then, **left-click** in the level to spawn your camera's first point.
  * Click **Add Points** and continue left-clicking to extend the camera's spline path.
  * Click **Modify** to select and drag existing points. **Hold Shift while dragging** to adjust a point's height (Z-axis).
* **Configure and Render:**
  * Set your **Animation Speed**, **Output File Name**, and save **Location**.
  * Click **Render** to start the process.

**📸 Controlling Render Quality (Graphics Settings)**

For the best results, you must configure the render quality before capturing images or videos.

* **Access the Tool:** Click the **wrench/settings icon** to open the **"Graphics Setting"** panel.

<figure><img src="/files/0SUuk4TmQvV2kAWexVsz" alt=""><figcaption></figcaption></figure>

* **Configure Your Settings:**
  * Set the **Overall Quality** and **Resolution**.
  * Enable **Ray Tracing** features if your project supports them.
  * Click **Apply** to save your changes.

**Technical Note**

Our rendering system is built upon Unreal Engine's powerful **Movie Render Queue** to ensure professional-grade output.


---

# 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://shikorviz.gitbook.io/shikordriftxr/the-runtime-ui-overview/real-time-rendering-suite.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.
