# 2D 스탬프

## 개요

스탬프 레이어를 사용하면 사용자 지정 높이 맵을 World Creator로 가져와 지형에 매끄럽게 혼합할 수 있습니다. 다음 이미지는 다양한 레벨 단계의 효과와 높은 레벨에서 침식의 영향이 감소하는 모습을 보여줍니다.

<div><figure><img src="/files/e62ac1f6d24747a73dffc3cf25ee7d107398076d" alt=""><figcaption><p>낮은 레벨</p></figcaption></figure> <figure><img src="/files/f397eb91a6fccc5e70e76ed3ec15fd52480d318c" alt=""><figcaption><p>중간 레벨</p></figcaption></figure> <figure><img src="/files/164f0f51a87961aa0da83d88c6cad7f512d6eff2" alt=""><figcaption><p>높은 레벨</p></figcaption></figure></div>

{% hint style="info" %}
선택한 항목에 스탬프가 보이지 않는 경우 [레벨 단계](/ko/walkthrough/terrain-setup/level-step-system.md)스탬프가 보이지 않을 수 있으며, 이는 생물군계의 레벨 단계가 더 높아 스탬프를 덮어쓰고 있기 때문일 수 있습니다.
{% endhint %}

레벨 단계 외에도 스탬프를 기존 지형과 정확하게 배치하고 혼합하여 최종 구성을 향상시킬 수 있는 영역 설정이 있습니다.

<figure><img src="/files/4402e850610142ae5f7cce8f25c52a835ed2b957" alt=""><figcaption><p>지형에 배치된 2D 스탬프</p></figcaption></figure>

스탬프 맵의 마지막 중요한 기능은 높이 맵 외에 컬러 맵을 가져올 수 있는 기능입니다. 기본적으로 스탬프의 컬러 맵은 모든 재질에 적용됩니다. 이 옵션을 끄면 비활성화할 수 있습니다. **형상 레이어 색상 사용** 재질 설정에서 이 설정을 끌 수 있습니다. 이 설정은 MapTiler 레이어를 포함한 다른 모든 형상 레이어에도 영향을 미친다는 점을 유의하세요. [MapTiler 레이어](/ko/reference/terrain/shape-layers/maptiler.md).

## 비디오 가이드

{% tabs %}
{% tab title="World Creator 안내서" %}
{% embed url="<https://vimeo.com/1029694795>" %}
{% endtab %}

{% tab title="TP와 함께하는 디자인 안내서" %}
{% embed url="<https://www.youtube.com/watch?v=UPTRB3muPzA>" %}
{% endtab %}
{% endtabs %}

## 매개변수

<table><thead><tr><th width="179.699951171875">속성</th><th>설명</th></tr></thead><tbody><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>X/Y 뒤집기</strong></td><td>스탬프를 X 또는 Y 방향으로 뒤집습니다.</td></tr><tr><td><strong>스컬프트 레이어 생성</strong></td><td>2D 스탬프 레이어를 추가 디자인 작업을 위한 스컬프트 레이어로 변환합니다.</td></tr></tbody></table>


---

# 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/reference/terrain/shape-layers/2d-stamp.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.
