> 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/reference/terrain/biome/filters/effect/shore.md).

# Shore

## **Overview**

The Shore filter gives you control over the area above and below a given sea level. It works based on World Creators global Sea Level, but can be offset to give you maximum control.

## **Parameters**

<table><thead><tr><th width="179.699951171875">Properties</th><th>Description</th></tr></thead><tbody><tr><td><strong>Sea Level Offset</strong></td><td>Additional offset to World Creators global sea level height.</td></tr></tbody></table>

### **Land**

<table><thead><tr><th width="179.699951171875">Properties</th><th>Description</th></tr></thead><tbody><tr><td><strong>Curve Length</strong></td><td>How far inland the curve blend area will reach.</td></tr><tr><td><strong>Angle Length</strong></td><td>How far the angled area will reach inland. This is only a linear angle and not affected by the Curve.</td></tr><tr><td><strong>Angle</strong></td><td>The angle of the inland blending area.</td></tr><tr><td><strong>Curve</strong></td><td>The curve of the area selected by Curve Length.</td></tr></tbody></table>

### **Water**

<table><thead><tr><th width="179.699951171875">Properties</th><th>Description</th></tr></thead><tbody><tr><td><strong>Curve Length</strong></td><td>How far into the sea the curve blend area will reach.</td></tr><tr><td><strong>Angle Length</strong></td><td>How far the angled area will reach into the sea. This is only a linear angle and not affected by the Curve.</td></tr><tr><td><strong>Angle</strong></td><td>The angle of the blending area into the sea.</td></tr><tr><td><strong>Curve</strong></td><td>The curve of the area selected by Curve Length.</td></tr></tbody></table>

### **Noise**

The noise affects the width of the upper and lower blending region.

<table><thead><tr><th width="179.699951171875">Properties</th><th>Description</th></tr></thead><tbody><tr><td><strong>Seed</strong></td><td>The seed of the additional noise.</td></tr><tr><td><strong>Noise Strength</strong></td><td>How strong the additional noise affects the shoreline.</td></tr><tr><td><strong>Noise Scale</strong></td><td>The scale of the shore noise.</td></tr></tbody></table>

## **Results**

<div><figure><img src="/files/uHLhapdd2iGsivo4kigE" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Y0EZmMapxKLy6odCoTQM" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/hh0q3diheZwSKVdUFROe" 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/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.
