> 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/tsru/camera-angle.md).

# カメラアングル

Morphic の Camera angle を使うと、カメラの位置を変更することで任意の画像の視点を変えられます。プリセットの角度を選ぶか、ドラッグして任意の位置に調整し、距離を変えて、別の視点から画像の新しいバージョンを生成できます。

### Camera angle の使い始め方を簡単にご紹介します:

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

1. プロンプトバー上部の Tools タブから Camera angle を選択するか、 `/` と入力して Widgets メニューから Camera angle を選択します
2. Camera angle のオーバーレイが Canvas に開き、3D のオービタルコントロール、設定パネル、Assets タブが表示されます
3. アセットから画像を選択するか、アップロードします
4. 以下のいずれかの方法でカメラ位置を設定します:

* ドロップダウンからプリセット（Front、Back、Left、Right、Eye Level、Low Angle）を選択します
* オービタルビューでカメラをドラッグして任意の角度にします
* 矢印ボタンを使って細かく調整します

5. スライダーを使って距離を調整します
6. 「Generate」をクリックします

これで Morphic の Camera angle の使い方は以上です。さまざまな角度や距離を試して、シーンに合った視点を見つけてください。

***


---

# 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:

```
GET https://morphic.com/docs/jp/tsru/camera-angle.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.
