# 모래 추가

지형을 더 다듬기 위해 이제 [시뮬레이션 레이어](/ko/reference/terrain/simulation-layers.md)로 넘어갑니다. 시뮬레이션 레이어는 다음과 같은 고품질 물리 시뮬레이션을 제공합니다: [모래](/ko/reference/terrain/simulation-layers/sand.md), [유체](/ko/reference/terrain/simulation-layers/fluid.md), [눈 ](/ko/reference/terrain/simulation-layers/snow.md)또는 [잔해 ](/ko/reference/terrain/simulation-layers/debris.md)이는 필터 스택 위의 시뮬레이션된 재료와 함께 작동합니다. 사막 협곡을 만들고자 하므로 먼저 모래 시뮬레이션을 사용하겠습니다.

모래 레이어를 추가한 후, **편집** 를 클릭하고 모래가 생성될 영역을 마스크합니다. 기본적으로 각 시뮬레이션 레이어에는 자체 페인팅 가능한 마스크가 제공됩니다.

<div><figure><img src="/files/c44b876e0fb79694e8c973e988596bdccdbab382" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7410aa4d52c1c46e855660ec9bc851d64928ad98" alt=""><figcaption><p>모래 마스크</p></figcaption></figure></div>

모래에 텍스처를 입히기 위해 새 소재를 만들고 모래 같은 색을 지정한 다음 모래 시뮬레이션 레이어를 해당 분포 스택으로 끌어옵니다. 이렇게 하면 [시뮬레이션 레이어 분포](/ko/reference/terrain/distributions/layer/simulation.md) 가 생성되어 모래 레이어를 참조합니다.

<figure><img src="/files/8d99544e3526d6063efc4c8d38e567a8b922a8ce" alt=""><figcaption><p>모래 소재</p></figcaption></figure>

장면을 더 향상시키기 위해 어두운 소재를 사용한 두 번째 모래 시뮬레이션을 추가합니다. 이번에는 마스크하지 않고 대신 **생성량,** 을 줄여 전체적으로 부드러운 페이드 효과를 얻습니다.

<div><figure><img src="/files/458201014582913ddeb83f2feb0bb727fc596135" alt=""><figcaption><p>어두운 모래</p></figcaption></figure> <figure><img src="/files/3574969ab81785a4cbd8b6b626f5b9b94d7f5fc7" alt=""><figcaption><p>어두운 모래 소재</p></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/ko/walkthrough/run-simulations/add-sand.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.
