# 飞溅

## 概述

飞溅效果会在地形上随机分布二维飞溅贴图。

## 参数

<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>

## 结果

<div><figure><img src="/files/367a9dcc4640f31125c2b33136461e70dc6b1f50" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2566136f16c203c8e39ae5c5261b9cb1270df3b3" 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/effects/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.
