> 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/video/3d-motion.md).

# 3D 모션

Morphic에서 3D 모션을 사용하는 간단한 튜토리얼입니다:

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

1. 캔버스에 이미지를 업로드하거나 생성하세요
2. 이미지를 선택하세요
3. 포커스 모드에서 3D 모션으로 전환하세요
4. 이제 Morphic가 포인트 클라우드를 생성하고 깊이를 감지합니다
5. 클릭하고 드래그하여 카메라를 이동하세요
6. 커서로 회전, 확대 및 축소, 이동을 하며 다양한 각도와 깊이를 살펴보세요
7. 현재 카메라 뷰를 저장하려면 “+ 새 위치”를 클릭하세요
8. 최대 20개의 카메라 위치를 추가하여 샷을 구성할 수 있습니다
9. 비디오 타임라인을 사용하여 각 위치가 나타나는 시점을 조정하세요
10. 선택 사항으로 프롬프트를 추가할 수 있습니다
11. 생성을 눌러 사용자 지정 카메라 모션이 적용된 동적 비디오로 이미지를 변환하세요

이것이 Morphic에서 3D 모션 기능을 사용하는 방법입니다. 이는 이미지로부터 역동적이고 깊이감 있는 비디오를 만드는 데 이상적입니다.

***


---

# 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/video/3d-motion.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.
