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