> 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/basic-erosion/rocky.md).

# 바위

## **개요**

Rocky Erosion 필터는 WC의 필터 군에 단순하지만 매우 강력하고 다용도인 침식을 추가합니다.

## **매개변수**

<table><thead><tr><th width="199.7999267578125">속성</th><th>설명</th></tr></thead><tbody><tr><td><strong>강도(Strength)</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/5497892e8c391b1db7694687608128172c45ba2f" alt=""><figcaption></figcaption></figure> <figure><img src="/files/595312727122498f403de3057d1cf6d4e088a2be" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4b173b661b43901f43092d347ef2f9550888ddf3" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/50486d0d0b57f0bde9923c9ea902d8d7f64e0cc1" alt=""><figcaption></figcaption></figure> <figure><img src="/files/43d8b49b46ff84e6a64e21958f47edaf5a207cca" 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/basic-erosion/rocky.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.
