# 散布

## **概览**

散布滤镜类似于 [飞溅分布](/zh/can-kao/terrain/distributions/tu-an/splatter.md) 将指定的图案散布到地形上。您可以在多种程序化图案或自定义图像之间进行选择。

## **参数**

<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>高度（Height）</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/0f480de806f6a73650f6d1ca7c94fb38753dccfc" alt=""><figcaption></figcaption></figure> <figure><img src="/files/36cdba7793e2f69e0079e4fec3545bcc6ecbfcc6" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: 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/zh/can-kao/terrain/sheng-wu-qun-xi/filters/effect/scatter.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.
