# 体积散布

## 简短描述

在网格内散布对象。

## 描述

体积散布工具会在指定的网格或体积内散布对象。它允许用户自定义各种参数，如密度、缩放和旋转，以控制散布对象的外观。

## 属性

### 基本属性

* **网格**：用作体积的网格。
* **散布**：要在体积网格/曲线内散布的对象。
* **密度**：散布的密度。数值越高，散布的网格越多。
* **随机性**：散布的随机性。数值越高，散布越随机。
* **随机性倍增器**：散布随机性的倍增器。数值越高，散布越随机。
* **最小缩放**：散布网格的最小缩放。
* **最大缩放**：散布网格的最大缩放。
* **随机种子**：对散布结果进行随机化。

### 旋转属性

* **覆盖旋转**：如果设置为 True，旋转将被下面的值覆盖。
* **X 轴覆盖**：覆盖 X 轴方向的旋转。
* **Y 轴覆盖**：覆盖 Y 轴方向的旋转。
* **Z 轴覆盖**：覆盖 Z 轴方向的旋转。
* **随机旋转**：这可确保所有实例具有随机角度/旋转，从而保证较好的旋转多样性。
* **统一角度**：调整实例的角度/旋转。默认情况下，它们都有随机旋转。
* **X 抖动**：对 X 轴方向的旋转进行随机化。
* **Y 抖动**：对 Y 轴方向的旋转进行随机化。
* **Z 抖动**：对 Z 轴方向的旋转进行随机化。

### 邻近遮罩

* **对象**：您可以传入网格、曲线甚至实例器将其用作遮罩。
* **距离**：对象接近度遮罩的距离。
* **采样**：较高的数值会带来更精确的接近度遮罩，但代价更大（尤其是在您的接近度对象是散布实例时）。


---

# 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.polygonflow.io/dash-documentation-zh/dash-gong-ju/volumescatter.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.
