# 패닝

카메라를 **패닝**하여 내 앞에 놓인 물체와의 거리를 유지하며 **상하좌우**로 이동할 수 있습니다.

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

해당 카메라 움직임을 통해 오브젝트와의 **거리를 유지**하며 **원근법**을 맞출 수 있으며, 현재 내가 경험을 수정 및 조정하기 위한 올바른 위치에 있는지 확인합니다.

### 🖱️ 마우스 이용

**마우스 가운데 버튼** (Middle Mouse Button, MMB)을 클릭하여 누른 채로 카메라를 **패닝**할 수 있습니다.

MMB를 누른 상태에서 마우스를 원하는 방향으로 드래그하여 시야각의 위치를 변경합니다.

![](/files/-MT3QmSgOLhwNlqFU9_2)

{% hint style="info" %}
패닝은 앞에 놓인 오브젝트와 일정한 거리를 유지한 채 **시야각과 평행하게** 카메라를 움직입니다.
{% endhint %}

### ⌨️ 키보드 이용

키보드 이용을 선호한다면 **A**, **D**, **스페이스바**, **C** 키를 이용합니다.

&#x20;⬅️ **A**는 **왼쪽**   ➡️ **D**는 **오른쪽**,  ⬆️ **스페이스바**는 **위**로, ⬇️ **C**는 **아래**로 이동합니다.


---

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