> 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/shore.md).

# 해안

## **개요**

Shore 필터는 주어진 해수면 위아래 영역을 제어할 수 있게 해줍니다. World Creator의 전역 해수면을 기준으로 작동하지만, 최대한의 제어를 위해 오프셋을 적용할 수 있습니다.

## **매개변수**

<table><thead><tr><th width="179.699951171875">속성들</th><th>설명</th></tr></thead><tbody><tr><td><strong>해수면 오프셋</strong></td><td>World Creator의 전역 해수면 높이에 대한 추가 오프셋입니다.</td></tr></tbody></table>

### **육지**

<table><thead><tr><th width="179.699951171875">속성들</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>Curve Length로 선택된 영역의 곡선입니다.</td></tr></tbody></table>

### **물**

<table><thead><tr><th width="179.699951171875">속성들</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>Curve Length로 선택된 영역의 곡선입니다.</td></tr></tbody></table>

### **노이즈**

노이즈는 상단 및 하단 블렌딩 영역의 너비에 영향을 줍니다.

<table><thead><tr><th width="179.699951171875">속성들</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/6e643657afae00f4f85f9ee62e04d17db8c4dbfd" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5f30df13b5b6f6e31355e62faedb4d3b6ad93af6" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/4c7cd797d54a5b55cba55f766e04242428a4440b" alt=""><figcaption></figcaption></figure>


---

# 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/shore.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.
