# 보로노이

## **개요**

보로노이 필터는 지형에 보로노이 효과를 적용합니다.

## **매개변수**

<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><tr><td><strong>감쇠</strong></td><td>셀의 중심과 경계 사이 거리 계산 방법을 정의합니다.</td></tr><tr><td><strong>중심에서의 높이</strong></td><td>거리 계산에 중심에서의 높이를 사용합니다.</td></tr></tbody></table>

## **결과**

<div><figure><img src="/files/04f24372ee9ea33676c3a7c5cc8d8dd81f3ce531" alt=""><figcaption></figcaption></figure> <figure><img src="/files/fb34f0d5d777f3454c398bfe9c7cf741c1fe48e9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/b21622f010e5a2af132207da50a9ab5e5284f868" alt=""><figcaption></figcaption></figure></div>


---

# 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.world-creator.com/ko/reference/terrain/biome/filters/design/voronoi.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.
