> 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/ko/reference/terrain/effects/smear.md).

# 번짐

## 개요

Smear 효과는 분포 위를 흐르는 물 입자가 아래쪽으로 침식을 일으키는 것을 시뮬레이트합니다. 이는 다른 응용 프로그램에서 알려진 Fluvial Advection 및 Color Erosion과 유사합니다. 세척된 퇴적 효과를 생성하기 위해 그라디언트 재료와 함께 사용하도록 설계되었습니다.

## 매개변수

<table><thead><tr><th width="199.7999267578125">속성</th><th>설명</th></tr></thead><tbody><tr><td><strong>각도 무작위성</strong></td><td>다음에 추가적인 무작위성을 추가합니다 <strong>스폰 각도 범위.</strong></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/52ca842bd1111f35a35aeb66e2c4792be5066efc" alt=""><figcaption></figcaption></figure> <figure><img src="/files/45ead235a82deddeaad9b24cc6c0717fe7893f39" alt=""><figcaption></figcaption></figure></div>


---

# 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/ko/reference/terrain/effects/smear.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.
