ubuntu上使用osg3.2+osgearth2.9

一、介绍

在ubuntu上使用osgearth加载三维数字地球,首先要有osg和osgearth的库,这些可以直接使用apt-get下载安装,但是版本有些老,如果需要新版本的就需要自己编译。

cpp 复制代码
#查看现有版本
sudo apt-cache madison openscenegraph
#安装osg
sudo apt-get install openscenegraph
#安装osgearth
sudo apt-get install osgearth

二、效果展示

bash 复制代码
osgviewer daodan.ive
bash 复制代码
osgearth_viewer simple.earth
相关推荐
淡水猫.1 小时前
Fakelocation Server服务器/专业版 ubuntu
运维·服务器·ubuntu
ac.char4 小时前
在 Ubuntu 上安装 Yarn 环境
linux·运维·服务器·ubuntu
入 梦皆星河5 小时前
在 Ubuntu/Debian 上安装 Go
ubuntu·golang·debian
IT果果日记5 小时前
ubuntu 安装 conda
linux·ubuntu·conda
Python私教5 小时前
ubuntu搭建k8s环境详细教程
linux·ubuntu·kubernetes
梓仁沐白11 小时前
ubuntu+windows双系统切换后蓝牙设备无法连接
windows·ubuntu
写点什么啦1 天前
[debug]不同的window连接ubuntu的vscode后无法正常加载kernel
linux·vscode·ubuntu·debug
wellnw1 天前
[ubuntu]编译共享内存读取出现read.c:(.text+0x1a): undefined reference to `shm_open‘问题解决方案
linux·ubuntu
oushaojun21 天前
ubuntu中使用ffmpeg和nginx推流rtmp视频
nginx·ubuntu·ffmpeg·rtmp
命里有定数1 天前
Ubuntu问题 -- 通过远程修改文件配置ubuntu服务器的静态IP (不需要到服务器现场) (通过NetworkManager)
运维·服务器·tcp/ip·ubuntu·网卡