> 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/simulation-layers/fluid.md).

# 流体

## 概要

フルイドシミュレーションレイヤーは地形上で流体シミュレーションを実行します。これは非常に速く流れる水から溶岩のようなより粘性の高い物質まであらゆるものになり得ます。

## ビデオガイド

{% embed url="<https://vimeo.com/1029720023>" %}
World Creatorガイド
{% endembed %}

## パラメーター

<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><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><tr><td><strong>スポーン量</strong></td><td>地形に追加される土砂の量。</td></tr></tbody></table>

## 結果

<div><figure><img src="/files/bde9b8d5160716e4fb3729bd0cd6bb4b00ccf9c1" alt=""><figcaption><p>地形全体の水</p></figcaption></figure> <figure><img src="/files/5f626780dbd3e8ef97b63c19321c376b7cd842bb" alt=""><figcaption><p>マスクされたスポーン</p></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/simulation-layers/fluid.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.
