This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资产工作流程
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Landscape Tool
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
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
创建内容
内容优化
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

生成地形和对象

警告
本文介绍的功能在 Community SDK 版本中不可用。
您应该升级到 Engineering / Sim SDK版本才能使用它。

Generation一代#

Sandworm stores the paths to all data sources as well as all generation parameters as an asset. So, after setting up all output parameters, save the Sandworm project by choosing File -> Save or File -> Save As and specifying the name and path for your asset.Sandworm 将所有数据源的路径以及所有生成参数存储在 asset 中。因此,在设置所有输出参数后,通过选择 File -> SaveFile -> Save As 并指定资产的名称和路径来保存 Sandworm 项目。

The generation-related settings are available in the following window:以下窗口中提供了与生成相关的设置:

The button is used to clean the cache folder. We recommend clearing cache before you start terrain generation. 按钮用于清理缓存文件夹。我们建议在开始地形生成之前清除缓存。

Cache stores the data for Export Area. If you don't set the export area, the cache is created for all sources that were added to the project. This data is reused if you decide to set the export area.缓存存储Export Area的数据。如果不设置导出区域,则会为添加到项目中的所有源创建缓存。如果您决定设置导出区域,则将重用该数据。

If Export Area is redefined, and it contains the parts of the previously defined export area, the cache is reused to speed up the generation process.如果重新定义了Export Area,并且它包含了前面定义的导出区域的部分,那么将重用缓存以加快生成过程。

您可以修改生成的地形数据和缓存的输出路径。

注意
Terrain data shall be stored within the File System of your project (in the /data folder or on a mount), otherwise the terrain won't be generated.Object Landscape Terrain 数据应存储在文件系统的项目(在 /data 文件夹中或在 mount 上),否则不会生成地形。

If any parameters required for the generation have not been set, they are highlighted red and clickable. Clicking on the highlighted words opens the corresponding output settings for adjustment.如果尚未设置生成所需的任何参数,它们将突出显示为红色并可点击。单击突出显示的单词会打开相应的输出设置进行调整。

To generate the terrain, define the required output settings and click the Generate button.要生成地形,请定义所需的输出设置然后单击 Generate 按钮。

As a result of the terrain generation, Sandworm creates the hierarchy of nodes displayed in the World Nodes window. The scope of nodes depends on the Format selected in the Output settings:作为地形生成的结果,Sandworm 创建了可以在 World Nodes 窗口中看到的节点层次结构。节点的范围取决于格式在选择了输出设置:

  • ObjectLandscapeTerrainObjectLandscapeTerrain
  • LandscapeLayerMap object with the layer name for every created layerLandscapeLayerMap 对象,每个创建的层都有层名
  • BoundsNodeDummy objects marking the Export Area limits (you can use them to quickly move the camera to the corresponding point in the world)Bounds — 标记 Export Area 限制的 NodeDummy 对象(您可以使用它们将相机快速移动到世界中的相应点)
  • Sandworm Camera — the camera placed above the center of the terrain. Switch the camera to display the created terrain in the Editor Viewport immediately.Sandworm Camera — 放置在地形中心点上方的相机。切换相机立即在编辑器视口中显示创建的地形。
  • Other nodes depending on the added source data organized by the object type其他节点取决于添加的源数据

Regeneration再生#

引入更新后生成地形的过程取决于所选的输出格式.

对象 风景 地形#

在引入任何更改后,通过单击 Generate 按钮执行 Object Landscape Terrain 的重新生成。由于数据存储在缓存中,因此生成过程将花费更少的时间。

注意
地形的所有手动更改(通过 UnigineEditor 完成)都将丢失。

对象地形全局#

可以为选定的数据层重新生成 Object Terrain Global

因此,只会重新生成选定的数据图层,而不会对其他图层进行任何更改,这在使用画笔手动编辑某些图层而您不想重新生成它们时非常有用。

最新更新: 2022-03-10
Build: ()