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版本才能使用它。

The source data added using Sandworm can be exported to a world in either of the two formats:使用 Sandworm 添加的源数据可以导出到两者之一的世界格式

  • Object Landscape Terrain — a more efficient advanced type of terrain, useful for very detailed terrains, doesn't support geo-coordinates for now, supports collaborative editing, supports runtime modification, faster intersection testing, binoculars-friendly, has a practical limit of up to 10,000x10,000 km.Object Landscape Terrain — 更高效的高级地形类型,对非常详细的地形有用,目前不支持地理坐标,支持协作编辑,支持运行时修改,更快的交叉测试,双筒望远镜友好,实际限制高达 10,000x10,000公里。
  • Object Terrain Global — useful for large-scale multi-inset terrains, supports curved mode, natively works with geo-coordinates, can be generated from raw GIS data, has a practical limit of up to 10,000x10,000 km.Object Terrain Global — 对大型多插图地形有用,支持弯曲模式,本机使用地理坐标,可以从原始 GIS 数据生成,实际限制高达 10,000x10,000 公里。

As these two objects are different in their nature, you need to define the following output settings depending on the selected type of the terrain:由于这两个对象的性质不同,您需要为选定的地形类型定义以下输出设置:

本節中的文章

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