> 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/distributions/tu-an/splatter.md).

# 飞溅

## 概览

溅射分布允许您将图像散布到地形上以创建一个选择。

## 参数

<table><thead><tr><th width="199.7999267578125">属性</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><tr><td><strong>纹理</strong></td><td>允许您引用自己的自定义溅射以用于分布。</td></tr></tbody></table>

## 结果

<figure><img src="/files/14b199280cebcb2a4c84dbc31c563151dd13f67b" alt=""><figcaption></figcaption></figure>


---

# 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/zh/can-kao/terrain/distributions/tu-an/splatter.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.
