当前位置:网站首页>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 :
边栏推荐
- How to establish rectangular coordinate system in space
- Minimap plug-in
- idea取消引用顯示效果
- oracle中的 (+)是什么意思
- P2704 [noi2001] artillery position (shape pressure DP)
- C language - Introduction - essence Edition - take you into programming (I)
- P2622 关灯问题II(状态压缩 搜索)
- [cocos creator] get the resource UUID
- Encoding and decoding of golang URL
- Transplantation of freetype Library
猜你喜欢
Haproxy+kept cluster setup 02
Get to know unity2 for the first time
[cocos creator] Click the button to switch the interface
JS common basic case sorting (continuous update)
Pulitzer Prize in the field of information graphics - malofiej Award
數據庫應用技術課程設計之商城管理系統
[global product discovery 2] the first pure cloud augmented reality (AR) platform - Israel
Haproxy+kept build 01
Base64和Base64URL
Flex flexible box layout
随机推荐
YOLO系列 --- xml2txt脚本
Encoding and decoding of golang URL
E: Unable to locate package ROS melody desktop full
Clion toolchains are not configured configure disable profile problem solving
L'installateur a été installé avec une erreur inattendue
*p++、*++p、++*p、(*p)++
Golang 时间格式整理
Oracle insert single quotation mark
the installer has encountered an unexpected error installing this package
Easy touch plug-in
璞华PLM为全场景产品生命周期管理赋能,助力产品主线的企业数字化转型
Basic operation and process control
多旅行商问题——公式和求解过程概述
UE4 plug in development
[untitled]
UE4 call DLL
Golang中删除字符串的最后一个字符
String class
Demonstration of plug-in use of ventuz basic series
简易入手《SOM神经网络》的本质与原理