在Sandworm开始工作
This section is a newcomer's guide on how to create a terrain based on georeferenced data and generate various groups of objects.本节是关于如何基于地理引用数据创建地形并生成各种对象组的新手指南。
Preparation Steps制备步骤#
To follow this guide, you need to:要遵循本指南,您需要:
-
Download the Georeferenced Terrain Generation and Procedural Generation add-ons.下载Georeferenced Terrain Generation和Procedural Generation附加组件。
-
Create a new project and add the downloaded add-ons to it.创建一个新的项目和将已下载的附加组件添加到其中。
-
Open the project in UnigineEditor and open the Sandworm tool.在UnigineEditor中打开项目,然后打开Sandworm工具。
-
Create a new Sandworm project (Tools -> Sandworm -> Create New, type a project name, and click Next).创建一个新的Sandworm项目(Tools -> Sandworm -> Create New,键入项目名称,然后单击Next)。
Generation Steps生成步骤#
In general, the process of generating the terrain in Sandworm is as follows:一般来说,在Sandworm中生成地形的过程如下:
- Add the terrain data: heights and imagery.添加地形数据:高度和图像。
- Add masks for vegetation and details.为植被和细节添加掩码。
- Add objects such as roads, point objects, vegetation, and buildings, if any.添加诸如 道路, 点对象, 植被, 建筑物等对象。
- Define the generation settings such as terrain type, quality of generated data, and the world that will store the generated result.定义生成设置,例如地形类型, 生成数据的质量,以及场景,以存储生成的结果。
- Generate the output.生成输出。
- Open the world with the output terrain in UnigineEditor.在UnigineEditor中使用输出地形打开世界。
Now let's review these steps in detail.现在让我们来回顾一下这些步骤的细节。