# 회전

카메라를 **회전**하여 현재 위치에서 위로 올려다보거나 내려다보거나, 왼쪽 혹은 오른쪽으로 시야를 변경할 수 있습니다.

둘러보는 동안 **내 위치를 유지**하여 좁은 공간에서의 시점을 파악하거나 게임을 플레이하지 않고도 플레이어의 시점을 이해할 수 있습니다.

{% embed url="<https://www.youtube.com/watch?v=zUt2HqdHIuI>" %}

### ⌨️ 키보드 이용

편집 모드에서 카메라를 회전시키려면 키보드의 **Q**와 **E** 키를 눌러 좌우로 움직이고, **Page Up**과 **Page Down** 키를 눌러 위아래로 시점을 변경할 수 있습니다.

### 🖱️ 마우스 이용

키보드의 **Alt** 키를 누른 채 **마우스 오른쪽 버튼**을 이용해 시점 변경이 가능합니다. Alt 키를 누르고 마우스 오른쪽 버튼을 클릭한 채 **드래그**하여 카메라를 회전할 수 있습니다.

![](/files/-MeXslPqH75fo4Rmdf3a)


---

# 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.sandbox.game/the-game-maker-academy_kr/camera-controls/rotation.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.
