# カメラアングル

Morphic の Camera angle を使うと、カメラを再配置することでどんな画像でも視点を変更できます。プリセットの角度を選ぶか、ドラッグしてカスタム位置に移動し、距離を調整して、別の視点から新しいバージョンの画像を生成できます。

### Camera angle の使い始め方を簡単に説明します：

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

1. プロンプトバーの上にある［ツール］タブから Camera angle を選択するか、次のように入力します `/` そして［ウィジェット］メニューから Camera angle を選択します
2. Camera angle のオーバーレイがキャンバス上に開き、3D オービタルコントロール、設定パネル、そして［アセット］タブが表示されます
3. アセットから画像を選ぶか、画像をアップロードします
4. 次のいずれかを使ってカメラ位置を設定します：

* ドロップダウンからプリセットを選択します（前、後、左、右、目線、または低いアングル）
* オービタルビュー上でカメラをドラッグして、任意の角度に調整します
* 矢印ボタンを使ってより細かく調整します

5. スライダーを使って距離を調整します
6. ［生成］をクリックします

これで Morphic で Camera angle を使う方法は完了です。さまざまな角度と距離を試して、シーンに合った適切な視点を見つけてください。

***


---

# 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/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.
