# 3D View

3D Interaction

<table><thead><tr><th width="132">Function</th><th>Operation method</th></tr></thead><tbody><tr><td>Rotate</td><td>Single-finger drag in the view can rotate the 3D view.</td></tr><tr><td>Move</td><td>Dragging with two fingers can move the view.</td></tr><tr><td>Zoom</td><td>Use two fingers to pinch to zoom in or out. Pinching in with two fingers will zoom out, while pinching out will zoom in.</td></tr><tr><td>Focus To</td><td>Single-tap with one finger can adjust the current focus point. Don't double-tap in blank areas.</td></tr></tbody></table>

{% hint style="info" %}
Tip: You can perform both translation and zooming with two-finger gestures simultaneously.
{% endhint %}

## Rendering Mode

<figure><img src="/files/udVvHf0tD15qpeeeizAB" alt=""><figcaption><p>You can check the quality of the model by switching between rendering modes.</p></figcaption></figure>

You can adjust the rendering mode to view the quality of the scan results in different ways.

<img src="/files/s7cGmoCYip41JoTXNWA7" alt="" data-size="original">![](/files/IryztElfQGZetmB8dMwH)![](/files/DzSznrfDqdq5baFefFAz)

## Quick Menu

<figure><img src="/files/vzBKrIg0kVDTOJcn5tUY" alt=""><figcaption><p>Menu in upper right corner of 3D view</p></figcaption></figure>

The quick menu in the upper right corner of the 3D view, denoted by "...", mainly includes three functions:

* **Sync to UGStudio:** This function syncs the current scan to the Mac version of the UGStudio app. You need to install UGStudio on your Mac and keep it open to enable syncing.
* **Update thumbnail:** This function re-renders the current view to update the thumbnail of the current project on the Home page.
* **Delete:** This function deletes the current scan project.


---

# 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://helps.ugscan.com/en/features/3d-view.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.
