# 제로 엣지

## **개요**

제로 엣지 필터는 적용된 단계에서 지형의 엣지 높이를 0으로 설정합니다. 기본적으로는 낮은 레벨에만 적용되므로 원하는 출력 결과를 얻으려면 레벨 단계 강도를 확인해야 할 수 있습니다.

이 필터는 픽셀 거리를 기준으로 작동하므로 낮은 레벨은 지형에서 더 긴 이동 거리를 초래하고 높은 레벨은 더 짧은 평활 거리를 생성한다는 점에 유의하세요.

## **매개변수**

<table><thead><tr><th width="199.7999267578125">속성</th><th>설명</th></tr></thead><tbody><tr><td><strong>부드러움</strong></td><td>제로 엣지 효과의 범위.</td></tr></tbody></table>

## **결과**

<div><figure><img src="/files/3ea374a96aca6d1f36aef84d774bfd4175556185" alt=""><figcaption></figcaption></figure> <figure><img src="/files/b0bfb8a19167c0b2541b8c76197b893bbced1256" 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/general/zero-edge.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.
