# 地形尺寸与细节

了解 World Creator 如何管理地形大小和细节非常重要，以便在将 World Creator 生成的地形导入到 Unity、Unreal、Blender、Cinema4D 等其他应用时有效地处理大小和细节。

## 视频指南

{% embed url="<https://vimeo.com/1029732328>" %}
World Creator 指南
{% endembed %}

## **Terrain Size**

World Creator 中地形的大小以米为单位。例如，1024×1024 的地形表示它的宽度为 1024 米，长度为 1024 米。

通常，地形的尺寸为 2 的幂，例如 512×512、1024×1024、2048×2048、4096×4096 等。然而好消息是 World Creator 的地形系统也允许非 2 的幂的地形尺寸，例如 463×271 或 3674×2839。因此，你可以为地形的宽度和长度使用任意数值。但需要注意的是，某些应用可能要求地形尺寸为 2 的幂才能正常工作（请参阅该应用的文档）。

<div><figure><img src="/files/88c843f98cd814d5dd81d6584ffd86095ee97fbf" alt=""><figcaption><p>1024x1024m</p></figcaption></figure> <figure><img src="/files/8949605de73b4d3362f4596c92ba61e4b74e3128" alt=""><figcaption><p>4096x4096m</p></figcaption></figure></div>

<div><figure><img src="/files/4ea0beb9f4bec49976cdf2d7e29f4ca349597b25" alt=""><figcaption><p>非均匀长形地形</p></figcaption></figure> <figure><img src="/files/86e1870a8a019c653e9fbc8e480f4803c80e4ee5" alt=""><figcaption><p>非均匀宽形地形</p></figcaption></figure></div>

## **精度**

精度是 World Creator 中另一个重要参数，对地形细节有很大影响。想象一个大约 1024 米 × 1024 米的地形，这相当于总共 1,048,576 个像素（1024 乘以 1024）。每个像素代表一个 1 米 × 1 米 的方格。这已经提供了相当不错的细节，但如果想要更高的细节，每个像素映射为 0.5 平方米该怎么办？

在这种情况下，World Creator 允许你修改精度。默认精度设置为 1 米，但你可以将其提高到更精细的值，例如 1/2 米、1/4 米、1/8 米等。这样，World Creator 可以在不更改地形尺寸的情况下生成更高细节的地形，从而将视口中可见的地形区域映射为更精细的表现。

<div><figure><img src="/files/9964d50dae00f8ba7bdf2bcb625f45a97f2edbe8" alt=""><figcaption><p>1m 精度</p></figcaption></figure> <figure><img src="/files/53850d52a815c0c3723a19c1fc90b94c2e7365ce" alt=""><figcaption><p>1/8m 精度</p></figcaption></figure></div>

请注意，更高的精度通常会产生更多像素。具有 1/2 精度的 1024×1024 地形会生成一个高度图，其像素数量是 1m 精度下 1024×1024 地形的四倍。需要注意这一点，因为更高的细节会对 GPU 性能产生更大的影响，并导致导出的地图更大。

## **种子**

除了地形大小和细节精度之外，还有一个用于生成具有随机高程值的初始地形形状的种子值。对于给定的种子编号，初始地形形状保持不变。通过更改种子可以创建新的初始地形形状。

<div><figure><img src="/files/437cdabf7dd9425e8f7485e5c090b24c7108546e" alt=""><figcaption><p>种子 0</p></figcaption></figure> <figure><img src="/files/402ff8179ed9d3735a383f83af2004c507507080" alt=""><figcaption><p>种子 1</p></figcaption></figure></div>


---

# 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/cao-zuo-zhi-nan/terrain-setup/terrain-size-and-detail.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.
