This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
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
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

地理坐标

注意
These parameters are available in UnigineEditor only when the project is configured to use the Geodetics plugin and this plugin is loaded on the start-up.只有当项目配置为使用Geodetics插件并且该插件在启动时加载了时,UnigineEditor中才可使用这些参数。

When working with models of the real world in your application with a georeferenced terrain, it is natural to position nodes using their geo-coordinates (latitude, longitude, altitude) instead of X, Y, and Z coordinates.在应用程序中使用具有地理参考地形的真实世界模型时,使用其地理坐标(纬度,经度,海拔)而不使用X,YZ坐标来定位节点是很自然的。

Geo-coordinates can be specified for any node that meets either of the following requirements:可以为满足以下要求之的任何节点指定地理坐标:

  • It is positioned in the world with a georeferenced terrain generated using the Sandworm tool.它被定位在使用Sandworm工具生成的地理参考地形中。
  • It is added as a child to the GeodeticPivot node.它作为子节点添加到GeodeticPivot节点。

Geo Parameters
地理参数
#

This section describes parameters allowing you to specify the geo-coordinates of a node via UnigineEditor, along with obtain the origin of the world in geodetic coordinates.本节描述了允许您通过UnigineEditor指定节点的地理坐标的参数,以及在大地坐标中获得世界的原点。

Database Origin Origin of the world in geodetic coordinates (not editable).大地坐标中的世界原点(不可编辑)。
Geo (Lat, Lon, Alt) Latitude, longitude, and altitude coordinates of the node.节点的纬度、经度和高度坐标。

The set of available parameters varies depending on the node/nodes selected in the world:可用参数集取决于世界上选择的节点:

  • If you select the georeferenced terrain node, only the Database origin parameter will be available.如果选择地理参考地形节点,则只有Database origin参数将可用。

  • If you select any other node or multiple nodes, the Database origin and Geo parameters will be available.如果选择其他任何一个或多个节点,则Database originGeo参数将可用。

    注意
    In this case, you can edit the values of the Geo parameter.在这种情况下,您可以编辑Geo参数的值。

  • When selecting both the georeferenced terrain and a node/multiple nodes, the Database origin and Geo parameters will be available.选择地理参考地形和一个或多个节点时,Database originGeo参数将可用。

    注意
    The Geo values aren't editable in this case.在这种情况下,Geo值不可编辑。

When the node is added as a child to the Geodetic Pivot node, the Make Curved button is available as well.当节点作为子节点添加到Geodetic Pivot节点时,Make Curved按钮也可用。

最新更新: 2024-04-16
Build: ()