> 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/cao-zuo-zhi-nan/tian-jia-dui-xiang/dui-xiang-zhe-zhao.md).

# 对象遮罩

目前，我们的灌木散布在整个地形上，这不是我们想要的。相反，我们要将它们限制在河流的两侧，在这种干燥地形上水自然会聚集的地方。为此，将河流图层拖入我们对象图层的分布中。这将创建一个 **河流分布** 自动链接到该图层。此外将 **河流范围** 设为0并将 **河谷范围** 设为1，因为我们不希望灌木出现在河流本身。

<figure><img src="/files/70dd1c93e71c645e032623baca9b5f7224564114" alt=""><figcaption></figcaption></figure>

如你所见，这为河流周围提供了一个非常窄的遮罩。要改变这一点，我们将把 **河谷宽度** 设置为5，这样我们就有一个更大的河谷可以放置灌木。

<figure><img src="/files/bd91a1f8b639e537f0239e9ba41c645d03acc958" alt=""><figcaption></figcaption></figure>

除此之外，我们现在添加一个 **模糊** 效果以进一步平滑它，并为我们的灌木提供一个漂亮的宽广散布区域。

<figure><img src="/files/13ca260c7a148b1fb393772567d0e4149556e690" 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, and the optional `goal` query parameter:

```
GET https://docs.world-creator.com/zh/cao-zuo-zhi-nan/tian-jia-dui-xiang/dui-xiang-zhe-zhao.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.
