# 오브젝트 마스킹

현재 관목은 지형 전체에 퍼져 있는데, 이는 우리가 원하는 바가 아닙니다. 대신 물이 자연스럽게 고이는 강의 측면에만 제한하려고 합니다. 이렇게 하려면 강 레이어를 오브젝트 레이어의 분포에 끌어 넣으세요. 그러면 **강 분포** 가 해당 레이어에 자동으로 연결됩니다. 또한 **강 범위** 을 0으로, **계곡 범위** 을 1로 설정하세요. 우리는 관목이 강 자체에 나타나길 원하지 않습니다.

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

보다시피, 이것은 강 주변에 매우 좁은 마스크를 만듭니다. 이를 변경하려면 **골짜기 너비** 를 5로 설정하여 관목을 배치할 더 넓은 골짜기를 만듭니다.

<figure><img src="/files/6e5f4a8de1dbe1c04c2d0ab63d2619f223ac72f9" alt=""><figcaption></figcaption></figure>

그 위에 이제 **블러** 효과를 추가하여 이를 더욱 부드럽게 하고 관목이 넓게 흩어질 수 있는 영역을 제공합니다.

<figure><img src="/files/830397b7cb444e8cc7ff76d4e3f1457d7706980b" alt=""><figcaption></figcaption></figure>


---

# 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/ko/walkthrough/add-objects/mask-objects.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.
