# 줌

**줌** 기능으로 카메라가 바라보고 있는 방향을 향해 더 가까이 혹은 멀리 움직일 수 있습니다.

가까운 시야에서 내가 의도한 대로 애셋이나 풍경이 제대로 만들어졌는지 확인하거나, 먼 시야에서 전체 풍경이 조화로운지 한 눈에 확인할 때 줌을 사용할 수 있습니다.

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

### 🖱️ 마우스 이용

마우스의 **스크롤 휠**을 이용하여 시점을 확대하거나 축소할 수 있습니다.

위로 스크롤하면 더 가까이, 아래로 스크롤하면 더 멀리 움직입니다.

![](/files/-MeXvq0SNm0H94vLNavm)

{% hint style="info" %}
스크롤 휠을 사용하여 커서가 가리키고 있는 방향으로 가까이 혹은 멀리 움직여 보세요.
{% endhint %}

### ⌨️ 키보드 이용

키보드의 **W**와 **S** 키를 이용하여 줌 기능을 사용할 수 있습니다.

**W** 키를 누르면 바라보고 있는 방향으로 부드럽게 가까워지며, **S** 키를 누르면 멀어집니다.

{% hint style="info" %}
키보드로 줌 기능을 사용하면 현재 초점의 중심이 유지됩니다.
{% endhint %}


---

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