# 2D 印章

## 概述

使用印章图层，您可以将自定义高度图导入 World Creator 并将其无缝混合到地形中。以下图片展示了不同高度步骤的效果以及侵蚀对较高层级影响的递减情况。

<div><figure><img src="/files/caa5fd295ad6b15ecaf75aaf263a2880e87a9d5b" alt=""><figcaption><p>低层级</p></figcaption></figure> <figure><img src="/files/52170f5a44bf823f2e255e0b85344db239812924" alt=""><figcaption><p>中层级</p></figcaption></figure> <figure><img src="/files/9a37c11e5a1ba5f52cd564183b7b3d8838a4ff18" alt=""><figcaption><p>高层级</p></figcaption></figure></div>

{% hint style="info" %}
如果您的印章未出现在所选的 [层级步骤](/zh/cao-zuo-zhi-nan/terrain-setup/level-step-system.md)，可能是因为您的生物群落的层级步骤更高，因此覆盖了您的印章。
{% endhint %}

除了层级步骤外，您还有区域设置，可让您将印章准确地放置并与现有地形混合，以增强最终构图。

<figure><img src="/files/c79a17ccf43661ff4ced74ac35573c7cae1c977d" alt=""><figcaption><p>放置在地形上的 2D 印章</p></figcaption></figure>

印章图的最后一个重要功能是除了高度图之外还可以导入颜色图。默认情况下，印章的颜色图会应用于所有材质。您可以通过关闭选项来禁用它 **使用形状图层颜色** 在材质设置中。请记住，此设置也会影响所有其他形状图层，包括 [MapTiler 图层](/zh/can-kao/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/zh/can-kao/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.
