> 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/effect/smooth-ridges.md).

# 매끄러운 능선

## **개요**

Smooth Ridge 필터는 지형의 날카로운 능선을 부드럽게 해 줍니다. 작동하는 레벨에 따라 작은 능선을 완화하거나 낮은 레벨에서는 더 큰 언덕이나 산까지 부드럽게 만들 수 있습니다.

## **매개변수**

<table><thead><tr><th width="179.699951171875">속성들</th><th>설명</th></tr></thead><tbody><tr><td><strong>길이</strong></td><td>각 능선에 대한 평활화 효과 반경을 조정하세요.</td></tr></tbody></table>

## **결과**

<div><figure><img src="/files/bd52c8c2550a0bea67c51574b48f10b104e346b5" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2fbeebf0b7bf2c5dc7d09e2cb1da4d1a796db233" alt=""><figcaption></figcaption></figure> <figure><img src="/files/d192d609eb2d2b0992bb05729d35109d743ffbd7" 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/effect/smooth-ridges.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.
