> 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/chtoriaru/run-simulations/add-sand.md).

# 砂を追加

地形をさらに磨くために、次は [シミュレーションレイヤー](/ja/rifarensu/terrain/simulation-layers.md)に進みます。シミュレーションレイヤーは次のような高品質の物理シミュレーションを提供します： [砂](/ja/rifarensu/terrain/simulation-layers/sand.md), [流体](/ja/rifarensu/terrain/simulation-layers/fluid.md), [雪 ](/ja/rifarensu/terrain/simulation-layers/snow.md)または [破片 ](/ja/rifarensu/terrain/simulation-layers/debris.md)はフィルタースタックの上でシミュレートされた素材と連携して動作します。砂漠の峡谷を作成したいので、まずは砂のシミュレーションを使用します。

Sandレイヤーを追加したら、クリックして **編集** 砂が出現する領域をマスクします。デフォルトでは、各シミュレーションレイヤーには独自のペイント可能なマスクが付属しています。

<div><figure><img src="/files/e44bec4b259d7669a89cde71ce2a56427f66f2d9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/dd59aea1e219648d380cd6f307a08d3c5ed1a06b" alt=""><figcaption><p>砂マスク</p></figcaption></figure></div>

砂にテクスチャを付けるために新しいマテリアルを作成し、砂のような色を設定してから砂のシミュレーションレイヤーをその分布スタックにドラッグします。これにより [シミュレーションレイヤーの分布](/ja/rifarensu/terrain/distributions/layer/simulation.md) が作成され、砂レイヤーを参照します。

<figure><img src="/files/630511fbe6d3486142dd84c455296326e14b5f84" alt=""><figcaption><p>砂のマテリアル</p></figcaption></figure>

シーンをさらに強化するために、次により暗いマテリアルを使った2つ目の砂のシミュレーションを追加します。今回はそれをマスクせず、代わりに **スポーン量** を減らします。これにより全体的なフェード効果が得られます。

<div><figure><img src="/files/4a7e7d945bbe7c5888cdbff87f6652e00a44ecf5" alt=""><figcaption><p>ダークサンド</p></figcaption></figure> <figure><img src="/files/4119bbcf86ee306977ee80a866227b2fe068ebda" 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:

```
GET https://docs.world-creator.com/ja/chtoriaru/run-simulations/add-sand.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
