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

地形

Unigine provides realistic terrain which can be designed and created manually or procedurally generated on the basis of geospatial data.Unigine提供了真实的地形,可以在地理空间数据的基础上手动设计和创建或程序生成。

In Unigine, terrain is implemented as 2 types of objects:在Unigine中,地形被实现为两种类型的对象:

  •   Landscape Terrain 几乎可以重建具有多种特征的任意景观:
    • Virtually infinite terrain surface实际上是无限的地形表面
    • Extreme details up to 1 mm per pixel极端细节高达1毫米每像素
    • Adaptive hardware tessellation with displacement mapping自适应硬件镶嵌与位移映射
    • Dynamic modification at run time - craters, funnels, trenches运行时的动态修改-弹坑,漏斗,沟槽
    • Simple and clear API简单明了的API
    • Up to 1024 detail materials多达1024个细节材料
    • Layers system with flexible blending rules层系统与灵活的混合规则
    • Binoculars/scopes support (x20 / down to 1-degree FOV)双筒望远镜/望远镜支持(x20 /下降到1度视场)
    • Optimized rendering and physics performance优化渲染和物理性能
    • Support for simultaneous editing by a team of 3D artists支持同步编辑的一个团队的3D艺术家
    • Decal-based holesDecal-based洞

    Landscape Terrain is recommended for ground operations (especially with scopes/binoculars required or where runtime modification is a must) or projects where extreme level of details is required (including helicopter simulation).Landscape Terrain建议地面行动(尤其是范围/双筒望远镜要求或在运行时修改是必须的)或项目中极端程度的细节要求(包括直升机仿真)。

  •   Global Terrain 是几乎无限的地形,代表根据普通栅格图像和/或GIS数据生成的地球表面的某些片段。 建议将其用于地理参考场景中的大规模飞行模拟目的(尤其是固定机翼)。 全球地形对象的外观取决于源数据的准确性和可用性。 特征 :
    •   Landscape Terrain that allows reconstructing practically any arbitrary landscape with diverse features:
      • Virtually infinite terrain surfaceVirtually infinite terrain surface
      • Extreme details up to 1 mm per pixelExtreme details up to 1 mm per pixel
      • Adaptive hardware tessellation with displacement mappingAdaptive hardware tessellation with displacement mapping
      • Dynamic modification at run time - craters, funnels, trenchesDynamic modification at run time - craters, funnels, trenches
      • Simple and clear APISimple and clear API
      • Up to 1024 detail materialsUp to 1024 detail materials
      • Layers system with flexible blending rulesLayers system with flexible blending rules
      • Binoculars/scopes support (x20 / down to 1-degree FOV)Binoculars/scopes support (x20 / down to 1-degree FOV)
      • Optimized rendering and physics performanceOptimized rendering and physics performance
      • Support for simultaneous editing by a team of 3D artistsSupport for simultaneous editing by a team of 3D artists
      • Decal-based holesDecal-based holes

      Landscape Terrain is recommended for ground operations (especially with scopes/binoculars required or where runtime modification is a must) or projects where extreme level of details is required (including helicopter simulation).Landscape Terrain is recommended for ground operations (especially with scopes/binoculars required or where runtime modification is a must) or projects where extreme level of details is required (including helicopter simulation).

      Virtually infinite terrain surfaceExtreme details up to 1 mm per pixelAdaptive hardware tessellation with displacement mappingDynamic modification at run time - craters, funnels, trenchesSimple and clear APIUp to 1024 detail materialsLayers system with flexible blending rulesBinoculars/scopes support (x20 / down to 1-degree FOV)Optimized rendering and physics performanceSupport for simultaneous editing by a team of 3D artistsDecal-based holesLandscape Terrain is recommended for ground operations (especially with scopes/binoculars required or where runtime modification is a must) or projects where extreme level of details is required (including helicopter simulation).
      可以覆盖整个地球表面的无限地形。
    • Limitless terrain which can cover the whole Earth's surface.平原或丘陵地形的基础上输入的高度地图。
    • Plain or hilly relief based on imported height maps.通过Terrain Global Details创建的逼真的表面覆盖物(草,岩石,灰尘).
    • Realistic surface coverings (grass, rocks, dirt) created by means of Terrain Global Details.用于细节和植被的土地覆盖遮罩。
    • Landcover masks used for Details and Vegetation. 基于贴花的孔
    • Decal-based holes.物理与场景对象交互。
最新更新: 2021-12-13
Build: ()