> 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/distributions/terrain/rocky-edges.md).

# 바위 가장자리

## 개요

Rocky 배포와 유사한 Rocky Edges 분포는 경사 재료에 이상적인 노이즈를 추가하지만, 더 가파른 경사보다는 가장자리에 더 집중되고 덜 두드러집니다.

## 매개변수

<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></tbody></table>

## 결과

<div><figure><img src="/files/3302f5a866da8afcb1e2d2471d3aafd751c45c37" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3e906fd0d474e82dbce0f34e7dd73d3a7e78745f" 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/distributions/terrain/rocky-edges.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.
