> 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/zh/gong-ju/camera-angle.md).

# 镜头角度

Morphic 中的“摄像机角度”功能可通过重新定位摄像机来改变任何图像的视角。选择预设角度或拖动到自定义位置，调整距离，并从不同视角生成图像的新版本。

### 下面是关于如何开始使用“摄像机角度”的简短教程：

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

1. 在提示栏上方的“工具”选项卡中选择“摄像机角度”，或者输入 `/` 并从“组件”菜单中选择“摄像机角度”
2. “摄像机角度”浮层会在画布上打开，包含一个 3D 轨道控制器、一个设置面板和“资源”选项卡
3. 从您的资源中选择一张图像，或上传一张
4. 使用以下任一方式设置摄像机位置：

* 从下拉菜单中选择预设（正面、背面、左侧、右侧、平视或低角度）
* 在轨道视图中拖动摄像机以获得自定义角度
* 使用箭头按钮进行更精细的调整

5. 使用滑块调整距离
6. 点击“生成”

这就是在 Morphic 中使用“摄像机角度”的方法。尝试不同的角度和距离，为你的场景找到合适的视角。

***


---

# 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/zh/gong-ju/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.
