> 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/ja/rifarensu/terrain/baimu/filters/effect/shore.md).

# 岸辺

## **概要**

ショアフィルターは、指定された海面より上と下の領域を制御するためのものです。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>カーブ長で選択された領域のカーブ（曲線）。</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>カーブ長で選択された領域のカーブ（曲線）。</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/4bcc545dcf929a5abd951812b8df1ad0f5149b11" alt=""><figcaption></figcaption></figure> <figure><img src="/files/43fa5d198aa5cc0f9bcbe38ca4e7d2b6579581f7" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/7c0d4c7308a11c9b4dacaeae5dac1f13f485734d" 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/ja/rifarensu/terrain/baimu/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.
