> 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/how-tos/change-camera-angles.md).

# 카메라 앵글 변경

<figure><img src="/files/2c8b58658686b0694811a4f7d4c0978e6d6dd378" alt=""><figcaption></figcaption></figure>

캐릭터, 오브젝트 또는 장면을 업로드하거나 생성하는 것부터 시작하세요.

<figure><img src="/files/80b90e06a02916e9d583fe8629bdacaeb6eddc87" alt=""><figcaption></figcaption></figure>

이미지를 선택한 다음, 프롬프트 바에 원하는 카메라 각도를 설명하세요. 가장 정확한 결과를 위해 위치, 구도, 방향을 최대한 구체적으로 적으세요.

<figure><img src="/files/7d375dfa5f7a74fcda6fc65f027211ed436524c6" alt=""><figcaption></figcaption></figure>

샘플 프롬프트: "곰의 뒷모습 샷, 거리는 그대로 유지해."

이렇게 하면 캐릭터의 뒷면을 향한 버전이 생성되며, 비율과 시각적 스타일이 유지됩니다.

<figure><img src="/files/9bddc7342c0080e55461b0339d9da9396eca1af4" alt=""><figcaption></figcaption></figure>

샘플 프롬프트: "곰의 왼쪽 측면 패닝 샷."

이렇게 하면 요청한 패닝을 정확하게 반영한, 곰의 왼쪽 측면 각도 보기가 만들어집니다.

<figure><img src="/files/52040ba52370623a2fee350e01b2d6fbd9e2b9ea" alt=""><figcaption></figcaption></figure>

샘플 프롬프트: "곰의 위에서 내려다보는 각도 샷."

<figure><img src="/files/531ccb51a17113a826055f674d229b3be5fac133" alt=""><figcaption></figcaption></figure>

간단한 프롬프트로 어떤 캐릭터, 오브젝트, 장면이든 다양한 카메라 각도를 만들어 보세요. 다시 그리거나 수동으로 포즈를 바꿀 필요가 없습니다.

**다음과 같은 프롬프트를 시도해 보세요:**

* 곰의 왼쪽 측면 패닝 샷
* 곰의 위에서 내려다보는 각도 샷
* 로우 앵글의 극적인 샷
* 제품을 위에서 내려다본 뷰
* 캐릭터의 클로즈업 프로필

이 기능은 캐릭터 턴어라운드, 스프라이트 시트, 스토리보드용 멀티샷 장면, 제품 목업, 광고 변형 제작에 완벽합니다.

{% hint style="info" %}
**전문가 팁:**

가장 정확한 결과를 위해 방향(왼쪽, 위, 뒤), 구도, 시각적 연속성(조명, 거리, 스타일 등)을 구체적으로 작성하세요.
{% endhint %}

***

문제가 있거나 궁금한 점이 있으면 언제든지 문의해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 연락해 주세요: [**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/how-tos/change-camera-angles.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.
