> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/zh/can-kao/terrain/sheng-wu-qun-xi/filters/terrace/irregular.md).

# 不规则

## **概述**

不规则梯田根据程序噪声图将梯田放置到地形上。

## **参数**

<table><thead><tr><th width="199.7999267578125">属性</th><th>描述</th></tr></thead><tbody><tr><td><strong>种子</strong></td><td>底层噪声图的种子。</td></tr><tr><td><strong>顶部/底部平滑度</strong></td><td>平滑各个噪声单元之间的交界处。</td></tr><tr><td><strong>不规则性大小</strong></td><td>改变底层噪声图的大小。</td></tr><tr><td><strong>不规则性缩放</strong></td><td>缩放梯田位移的高度。</td></tr><tr><td><strong>梯田数量</strong></td><td>设置将在每个噪声单元中生成的梯田层数量。</td></tr></tbody></table>

## **结果**

<div><figure><img src="/files/46c29882e43e3f58d6c59d1b35352f2563f575fd" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8c1c60354fdf7d060a785c3d577c970b6962c88f" alt=""><figcaption></figcaption></figure></div>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.world-creator.com/zh/can-kao/terrain/sheng-wu-qun-xi/filters/terrace/irregular.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
