> 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/shape-layers/3d-stamp.md).

# 3D 스탬프

## 개요

3D 스탬프 레이어를 사용하면 사용자 지정 3D 모델을 World Creator로 가져와 최종 지형 생성에 통합할 수 있습니다. 단순히 높이 맵에 추가하는 것 외에도 World Creator는 해당 모델의 재질을 색상 맵에 원활하게 블렌딩할 수 있도록 합니다.

<div><figure><img src="/files/21e064faf98c8d29af2ec6a3567eb155a22be7d1" alt=""><figcaption><p>3D 스탬프 레이어</p></figcaption></figure> <figure><img src="/files/e2ec768d165813b990dd7a35c309e205e999f67c" alt=""><figcaption><p>여러 인스턴스가 있는 3D 스탬프 레이어</p></figcaption></figure></div>

## 비디오 가이드

{% embed url="<https://vimeo.com/1030018939>" %}
World Creator 안내서
{% endembed %}

## 단축키

다음 단축키를 **편집** 모드에서 사용할 수 있습니다:

| 모델 인스턴스 추가 | SHIFT + 왼쪽 마우스 |
| ---------- | -------------- |
| 모델 인스턴스 제거 | CTRL + 오른쪽 마우스 |
| 모델 인스턴스 선택 | 왼쪽 마우스         |
| 이동 모드      | T              |
| 회전 모드      | R              |
| 스케일 모드     | Z 또는 Y         |

## 매개변수

* **모델**\
  로드하려는 모델을 참조할 수 있습니다.


---

# 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/shape-layers/3d-stamp.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.
