当前位置:网站首页>Associated GIS: all roads lead to ue5 City

Associated GIS: all roads lead to ue5 City

2022-06-27 08:03:00 xosg

Part1 Preface

This article describes how to use UE5 Of Georeferencing Plug-in implementation UE5 And GIS Coordinate Association .

efccffef52851d85d3e0161140428526.png

Part2 Introduction to coordinate system

The following coordinate systems are mainly involved here , Here's the picture 818c5553aa8f56720026d2638d6a2d5b.png

1、 Geography CRS Coordinate system
Express by latitude and longitude and altitude
latitude = Elevation distance relative to the equator , In degrees
longitude = Relative to the prime meridian ( Greenwich ) The azimuth of , In degrees
At an altitude of = Height relative to the reference ellipsoid , In meters
Angles are expressed in decimal , namely DMS( Degrees, minutes and seconds ).2、 The center of the earth CRS Coordinate system The center of the earth CRS Use Cartesian coordinates to define the position of any point on the planet , Where the origin is at the center of the planet .
origin = centrosphere X The axis points to the equator / Prime meridian ( Greenwich ) Point of intersection .Z The axis is aligned with the rotation axis of the earth .Y The axis is orthogonal to the first two axes .

3、 Northeast sky coordinate system
As shown in the above figure, the environment is a green square
It is agreed here that X Axis = Easting( In the east ) = UE Of X Axis Y Axis = Northing( north )= UE Of Y Shaft inversion Z Axis = Up( God )= UE Of Z Axis

c7b3f1f572425c88a0c29e9b0eeb8f36.png

Part3 Modeling requirements

We use it 3dmax build BIM When modeling , Need to ensure that the model needs to be guaranteed X The axis points east 、Y The axis points straight north 、Z Axis pointing to sky . After that DataSmith Import UE5, At this point, the model can be connected with GIS Coordinate correct association .

Part4 The plug-in USES

1 establish GeoReferencingSystem

Create a... At the level GeoReferencingSystem object , The path is shown in the figure below , If you can't find it , Please set up Show Engine Content438c5675469ef85ab749c73904e3c393.png

Then choose Planet Shape In the shape of an ellipsoid , namely Round Planet. The coordinate system standard can be used by default .f02ac1d400883f67ce3bc9dd6bcadde7.png

Next , Set the latitude and longitude and geodetic height of the modeling origin . We need to cancel the above Origin Location in Projected CRS Can be entered . We do not use the coordinates of the projection coordinate system .

2 Latitude and longitude UE coordinate

adopt GeoGraphic to Engin The longitude and latitude can be converted into UE Coordinates of . The blueprint is used as follows :

b493f96cb58e770a9e76a134e18a96a4.png

Transformation of other coordinate systems , You can refer to the following figure to realize .

d7eef73c1a34b1973f940c9620044b2e.png

3 Status bar tools

stay /GeoReferencing/UI/UMG_GeoStatusBar Example in UMG Control is added to the viewport , Will be displayed in various CRS Current view position in : Projection 、 Geography and ECEF. Add to the viewport as follows :dd42d78242a78869569d7e5297f7effa.png The real-time display effect is as follows :9215a54d57352b30dd4d8c5b5afde12f.png

4 Coordinate checker auxiliary control

There is a special editor helper control located in /GeoReferencing/UtilityWidgets/EUW_CoordinatesInspector in . If you run the control in the editor , It will display a panel , You can control the geographic registration coordinates of the view and the point under the mouse . We put this object in UE In the scene , You can know the coordinate information of the current scene . After running , Will show , The effect is as follows :5b039b45dbd5110a054f1c7eeaa27750.png

Part5 summary

This chapter mainly introduces how to use Georeferencing The plug-in converts the longitude and latitude to UE Step of coordinates of .22268068b8dd95ce7beb993216b47019.png

5 About IN VETA

IN VETA It's a modeling team 、 The fine arts 、UE5 A young team .

eb118a016f2af3fa9e5c9a454784ad9c.png

We are committed to sharing and R & D of 3D digital twin technology .

Welcome to discuss technical and business cooperation with friends from all walks of life , Together to promote the development of digital twins .

原网站

版权声明
本文为[xosg]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270800337807.html