> 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/ko/reference/terrain/biome/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/00a6b3cc77e216e0cdafff2f7bbd93bc9e640653" alt=""><figcaption></figcaption></figure> <figure><img src="/files/c9f5ac94b396534223f7c8003139a92d1e8df923" 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/ko/reference/terrain/biome/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.
