# 地形工具

## 简短描述

用于创建和塑造地形网格的工具。

## 描述

创建地形网格。该工具可与高度图和曲线配合使用以塑造地形。

## 属性

### 基本属性

* **缩放**：控制地形网格的缩放。
* **材质**：定义地形使用的材质。
* **曲线化**：调整地形网格的弯曲度。
* **下沉**：确定地形中的下沉效果。
* **平滑权重**：设置地形特征平滑的权重。
* **细分**：控制地形网格的细分级别。
* **高度**：设置地形网格的高度范围。
* **UV 缩放**：控制地形纹理的 UV 缩放。
* **随机种子**：设置用于程序生成的随机种子值。

### 噪声属性

* **湍流**：控制地形上的湍流效果。
* **中间湍流**：调整地形的中间湍流等级。

### 曲线属性

* **曲线**：包含用于塑造地形的衰减曲线。
* **采样**：调整曲线上点之间的距离。
* **衰减**：设置用于地形塑形的衰减范围。
* **插值**：定义衰减的插值值。
* **投影曲线**：确定是否应将曲线投影到地形上。

### 高度图

* **贴图**：定义用于高度映射的纹理。
* **倍增器**：控制高度调整的乘数。


---

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