> 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/jp/dong-hua/3d-motion.md).

# 3Dモーション

Morphicで3D Motionを使う簡単なチュートリアルはこちらです:

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

1. キャンバスに画像をアップロードするか、生成します
2. 画像を選択します
3. フォーカスモードで3D Motionに切り替えます
4. Morphicが点群を作成し、奥行きを検出します
5. クリックしてドラッグすると、カメラを移動できます
6. カーソルで回転、ズームイン・ズームアウト、パン操作をして、さまざまな角度や奥行きを試してみましょう
7. 「+ 新しい位置」をクリックして、現在のカメラビューを保存します
8. 最大20個のカメラ位置を追加して、ショットを作成できます
9. ビデオのタイムラインを使って、各位置が表示されるタイミングを調整します
10. 必要に応じて、プロンプトを追加します
11. 生成を押して、画像をカスタムのカメラモーション付きのダイナミックな動画に変換します

以上が、Morphicで3D Motion機能を使う方法です。これは、画像からダイナミックで奥行きのある動画を作成するのに最適です。

***


---

# 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/jp/dong-hua/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.
