# 你的第一个环境

让我们通过 Dash 进行一个完整的环境创建流程。

首先，你可以使用 Dash 面板来整理环境参考。点击打开  **内容** 然后 **面板** 在 Dash 工具栏中，然后开始将图像拖放到其中，并移动它们以整齐地组织内容。

<figure><img src="/files/27aba26e17f41bdb50d38d65e8fecaa5de8cb8ac" alt=""><figcaption></figcaption></figure>

其次，你可以转到 **选择 -> 导出为 PNG** 把你的图表导出为图像，然后将该图像拖放到 Dash 助手上，并直接问它“我如何使用 Dash 创建这个？”。\
助手会帮助你了解如何最大限度地利用 Dash。

以下是 AI 助手给我们的建议：

> 你的图像展示了穿过自然环境的多条风景小径。要在 Dash 中创建类似场景，你可以按照以下步骤操作：
>
> * 使用 创建 > 网格基本体 > 创建平面 来为小径创建地面表面。
>
> * 对于小径，使用 创建 > 曲线工具 > 绘制曲线 来勾勒出你希望小径所在的位置。
>
> * 使用 散布 > 表面散布 在小径周围散布植被或其他资源。从内容浏览器中选择合适的植物或草类。
>
> * 要添加树木或岩石等细节，沿着你绘制的曲线使用 散布 > 路径散布。
>
> * 在相应的散布工具中调整密度和缩放属性以优化外观。
>
> * 你也可以使用 创建 > 常用 > 创建雾卡 添加雾或云等大气效果以增加景深。
>
> 欢迎随意在 Dash 内容浏览器中探索 Megascans 或 Polyhaven 的资源来增强你的场景！🎉

为了快速开始，我们先创建地形，并调整其设置直到看起来足够好为止。

接下来，我们将打开内容浏览器，

## 创建动物群

## 创建小径

## 后期处理与润色

## 一些注意事项


---

# 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://docs.polygonflow.io/dash-documentation-zh/shi-yong-dash/your-first-environment.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.
