> 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/zh/can-kao/terrain/simulation-layers/sand.md).

# 沙

## 概览

沙子模拟会向地形添加颗粒状沉积物。模拟会将物料从不稳定位置向下移动，直到达到一个稳定的角度 为止，在此过程中填充裂缝和缝隙。

## 视频指南

{% embed url="<https://vimeo.com/1029723543>" %}
World Creator 指南
{% endembed %}

## 参数

<table><thead><tr><th width="179.6998291015625">属性</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>

## 结果

<div><figure><img src="/files/6c7e70588f8074da469d221a47dcef1cd231dd5a" alt=""><figcaption><p>沙子模拟</p></figcaption></figure> <figure><img src="/files/ae08ea3b5e75b2085cf825f86d8a6268e2c1f32c" 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/zh/can-kao/terrain/simulation-layers/sand.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.
