> 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/walkthrough/final-touches/adjust-lighting.md).

# 흐름 색상화

텍스처링에 더 많은 뉘앙스를 추가하기 위해 마지막 하이라이트 소재를 하나 더 사용합니다. 이를 위해 우리는 [컬러 소재](broken://pages/3efe355cd61a41fe9cdb070d374bbb1765316649) 을 추가하고 [흐름 분포](/ko/reference/terrain/distributions/terrain/flow.md) 를 적용합니다. 이것은 지형을 따라 흐르는 물의 흐름을 시뮬레이션하여 모래 시뮬레이션의 단색을 깨뜨리는 멋진 퇴적물 자국을 만들어냅니다.

<figure><img src="/files/f2284c0bce521a20f2f088ea85c2753b4302ce40" 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/ko/walkthrough/final-touches/adjust-lighting.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.
