This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
UnigineEditor
界面概述
资产工作流程
设置和首选项
项目开发
调整节点参数
Setting Up Materials
Setting Up Properties
照明
Landscape Tool
Sandworm
使用编辑器工具执行特定任务
Extending Editor Functionality
嵌入式节点类型
Nodes
Effects
Decals
光源
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
创建内容
Content Optimization
Materials
Art Samples
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

Importing Height Map from Instant Terra

Export Settings#

Dimensions#

When exporting a heightmap from Instant Terra, pay attention to the following parameters available in the properties of the first node of the terrain creation graph:

  • Width and Height define the texture size in pixels.
  • Quad size — physical size in meters set for the quad, i.e. pixel, of the height map texture. Practically, this is a multiplier for the width and height that defines the physical size of the height map. The output size of the map in meters is provided below.
    For example, the 1024x1024 texture with the quad size of 0.5 will result in a terrain with a physical size of 511.5 x 511.5 meters.

The height values are not identified at export by default, and the texture is imported to UNIGINE as unnormalized. To control the height, create the Elevation info node to generate a normalized texture with the min and max height values. Connect these values to the min and max height of the Export terrain node. As a result, the export file format switches to 16 bit and the height range values become available.

Tiling#

For large-scale terrains (more than 8K), export in tiles is recommended, this helps to avoid RAM limitations, especially when using 32 bit textures. The minimum recommended tile size is 1024 to avoid visual tiling artifacts. To do that, use the Multi file export terrain node:

The recommended file naming pattern is: filename_X$x_Y$y.

Export Format#

When exporting the terrain, select the suitable export format. UNIGINE allows importing 8, 16, and 32-bit heightmaps.

Notice
The RAW format is not supported.

Importing#

The exported heightmap is imported to UNIGINE as follows. In the Landscape Layer Map:

  • In the Import Maps section, select the heightmap file you want to import.
    • For the normalized heightmap, indicate the minimum and maximum heights obtained using the Elevation info node.
    • The unnormalized map does not require setting the height values.
  • In the Landscape Asset section, set the actual size of your terrain in meters, the same as in Size in meters in Instant Terra.
  • Check the Current Data Density value. It shows the meter-to-pixel ratio, the same as Quad size in Instant Terra.
  • In the Import settings section, check the Resolution values. They define the resolution of the heightmap and correspond to Width and Height in Instant Terra. They are set automatically in most cases, but can also be adjusted, if required.

If the heightmap is represented by a tileset, set the corresponding data-filling pattern.

Click Reimport.

Last update: 2021-04-29
Build: ()