当前位置:网站首页>Osgearth north arrow display
Osgearth north arrow display
2022-07-03 08:16:00 【CHPCWWHSU】
osgEarth The north arrow shows
This article shows a osgEarth How to display the north arrow in the environment . adopt osgEarth Self contained ImageControl Control displays the north arrow in the form of a picture , Simultaneous utilization osgGA::GUIEventHandler To realize the north arrow and osgEarth Ball interaction .
This article mainly solves the following problems :
- osgEarth Load image layer
- osgEarth The display of the north arrow
- The interaction between the north arrow and the ball
Catalog
- 1 Preface
- 2 osgEarth The display of the north arrow
- 3 The interaction between the north arrow and the ball
Content
- 1 Preface
osgEarth It's based on the 3D engine osg Development of 3D digital earth engine library , It supports loading common grid data ( Images and DEM), Big data needs to build pyramids , At the same time, it is set as the geographic coordinate system , To achieve high loading efficiency, we need to process the image into tiles for storage .osgEarth Provides a wealth of Control Control , It is inherited from Camera class , It can be displayed on the interface , Realize the control function .
- 2 osgEarth The display of the north arrow
First load imageLayer,osgEarth configurable xml Format earth file , Use its data reading entry readNodeFile function , take earth Read the file as MapNode, So as to realize the loading of various layers , Of course earth The file contains the corresponding layers ,earth Document adoption xml The format organization of , You can use a text editor to display and edit , The sample code is as follows :
边栏推荐
猜你喜欢
随机推荐
A tunnel to all ports of the server
Ilruntime learning - start from scratch
Storage of data
Idea dereference display effect
LinkList
Open the influence list of "National Meteorological Short Videos (Kwai, Tiktok) in November" in an interactive way“
Zohocrm deluge function application time verification
Wechat native applet cloud development learning record 01
ArrayList
Oracle insert single quotation mark
Conversion between golang JSON format and structure
方正锐利重磅升级到12.0版本,包装印前处理更加便捷、高效!
數據庫應用技術課程設計之商城管理系統
tslib库的移植
[untitled]
数据库应用技术课程设计之商城管理系统
多旅行商问题——公式和求解过程概述
Delete the last character of the string in golang
*p++、*++p、++*p、(*p)++
Luaframwrok handles resource updates








