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

# ソフトフロー

## **概要**

Soft Flows Erosion はパーティクルベースの侵食システムを提供します。地形の傾斜に基づいてパーティクルを生成し、それらを下方へ移動させ、移動中に堆積物を侵食および堆積させます。

## **パラメータ**

<table><thead><tr><th width="199.7999267578125">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr></tbody></table>

* **深さ**

  侵食の強さに影響します。小さい値はより強い視覚的変化をもたらします。

* **最大長さ**

  パーティクルが移動できる最大の長さです。

* **開始傾斜 最小/最大**

  パーティクルが生成される開始傾斜の範囲を設定します。

* **傾斜 最小/最大**

  パーティクルが地形を侵食できる傾斜の範囲を設定します。

* **ノイズ**

  侵食領域におけるランダム化されたノイズの影響量を制御します。

* **精度**

  流れの方向計算における精度パラメータに影響します。

* **堆積物**

  侵食に堆積作用を追加します。

## **結果**

<div><figure><img src="/files/715836910c9fb83b34bf191d93dd171bc5ddf3e6" alt=""><figcaption></figcaption></figure> <figure><img src="/files/c0d12f6ef65011c1ad19648b7d572456c5787871" alt=""><figcaption></figcaption></figure> <figure><img src="/files/1e3fd89f47d91845a9be90928c15c49a6eb841f5" 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/ja/rifarensu/terrain/baimu/filters/basic-erosion/soft-flows.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.
