> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/tools/camera-angle.md).

# 카메라 각도

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

### 카메라 각도를 시작하는 방법에 대한 간단한 튜토리얼입니다:

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

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

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

5. 슬라이더를 사용해 거리를 조정하세요
6. '생성'을 클릭하세요

이것이 Morphic에서 카메라 각도를 사용하는 방법입니다. 다양한 각도와 거리를 실험해 장면에 맞는 시점을 찾아보세요.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/kr/tools/camera-angle.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
