> 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/snow.md).

# 雪

## 概览

雪层模拟层模拟地形上雪层随时间的演化。系统在内部使用两个独立的层：上层为粉状雪，易受扩散影响；下层为不稳定层，会被雪崩改变。

两者都受融化影响（粉状雪先融化，一旦没有粉状雪，不稳定雪才融化），并且根据 **粉状/不稳定 比例** 参数，也会受降水影响。

正确使用雪模拟的关键是理解影响降水和融化的底层温度参数。温度主要根据海拔计算。 **温度偏移** 控制温度为0°的高度。 **温度刻度** 则控制海拔每改变多少米温度变化1°（例如刻度为5表示每上升5米温度变化1°）。\
除了海拔，白天的日照量也会影响温度。如果启用，系统将使用 World Creator 的全局太阳设置，但如果需要你可以覆盖它们。

模拟材料的数量也与其他模拟层有很大不同，因为雪模拟在仿真过程中可以产生额外的沉积物，而不是像流体或沙子模拟层那样在指定生成高度设置固定量的沉积物。

## 视频指南

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

## 参数

### 全局

<table><thead><tr><th width="179.699951171875">属性</th><th>描述</th></tr></thead><tbody><tr><td><strong>温度偏移</strong></td><td>温度为0°的高度。</td></tr><tr><td><strong>温度刻度</strong></td><td>改变1°需要的海拔米数。</td></tr><tr><td><strong>使用全局太阳</strong></td><td>在 World Creator 的全局太阳参数与图层自定义北向值之间切换。</td></tr><tr><td><strong>太阳北向</strong> （仅在“使用全局太阳”被禁用时可见）</td><td>图层的自定义北向值。</td></tr><tr><td><strong>太阳温度</strong></td><td>地形日照对计算温度图的影响程度。</td></tr></tbody></table>

### 降水

<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>新降雪中粉状/不稳定雪的分布。0 表示仅粉状，1 表示仅不稳定雪。</td></tr></tbody></table>

### 融化

<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></tbody></table>

### 扩散（粉状层）

<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></tbody></table>

### 雪崩（不稳定层）

<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></tbody></table>

## 结果

<div><figure><img src="/files/d7640f4bc7dcb3365b78f77650540157715b5b3d" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ac0ae667b15d17025cbc2d29101510035beb45aa" 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/zh/can-kao/terrain/simulation-layers/snow.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.
