# 카메라 각도

Morphic의 Camera angle을 사용하면 카메라 위치를 재조정해 어떤 이미지든 시점을 바꿀 수 있습니다. 미리 설정된 각도를 선택하거나 사용자 지정 위치로 드래그하고, 거리를 조정한 다음, 다른 시점에서 이미지의 새 버전을 생성하세요.

### 다음은 Camera angle을 시작하는 방법에 대한 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/ElxfhAOvvDg>" %}

1. 프롬프트 바 위의 도구 탭에서 Camera angle을 선택하거나, `/` 를 입력한 다음 위젯 메뉴에서 Camera angle을 선택하세요
2. Camera angle 오버레이가 캔버스에 3D 궤도 컨트롤, 설정 패널, 그리고 에셋 탭과 함께 열립니다
3. 에셋에서 이미지를 선택하거나 하나를 업로드하세요
4. 다음 방법 중 하나를 사용해 카메라 위치를 설정하세요:

* 드롭다운에서 프리셋을 선택하세요(정면, 후면, 왼쪽, 오른쪽, 눈높이, 또는 로우 앵글)
* 궤도 보기에서 카메라를 드래그해 사용자 지정 각도를 설정하세요
* 화살표 버튼을 사용해 더 세밀하게 조정하세요

5. 슬라이더를 사용해 거리를 조정하세요
6. ‘Generate’를 클릭하세요

이것이 Morphic에서 Camera angle을 사용하는 방법입니다. 다양한 각도와 거리로 실험해 보며 장면에 맞는 올바른 시점을 찾아보세요.

***


---

# 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://morphic.com/docs/kr/tools/camera-angle.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.
