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
相关推荐
wowocpp7 小时前
ubuntu 22.04 硬件配置 查看 显卡
linux·运维·ubuntu
山河君7 小时前
ubuntu使用DeepSpeech进行语音识别(包含交叉编译)
linux·ubuntu·语音识别
knighthood20018 小时前
解决:ros进行gazebo仿真,rviz没有显示传感器数据
c++·ubuntu·ros
wowocpp19 小时前
ubuntu 22.04 server 安装 anaconda3
linux·运维·ubuntu
wowocpp21 小时前
ubuntu 22.04 防火墙 ufw
linux·运维·ubuntu
188_djh1 天前
# Python基础到实战一飞冲天(一)--linux基础(一)
linux·开发语言·python·ubuntu·centos·os·operationsystem
winds~1 天前
ubuntu中安装matplotcpp绘图
linux·运维·ubuntu
UsamaBinLaden1 天前
Ubuntu和Debian系列的Release默认shell解释器变更
linux·ubuntu·debian
黑风风2 天前
Ubuntu 22 安装 Apache Doris 3.0.3 笔记
笔记·ubuntu·apache
knighthood20012 天前
ros中仿真编写launch时robot_state_publisher,output参数
c++·ubuntu·ros