osgEarth2.8添加模型

Posted 酷熊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了osgEarth2.8添加模型相关的知识,希望对你有一定的参考价值。

#include <osgEarthDrivers/model_simple/SimpleModelOptions>

 

SimpleModelOptions modelOptions;
modelOptions.url() = "cow.osg.(100,100,100).scale";
modelOptions.location() = osg::Vec3(116, 40, 100);//北京地区坐标
map->addModelLayer(new ModelLayer("model layer", modelOptions));

//视点定位北京地区
osgEarth::Viewpoint vp("", 116, 40, 0.0, -2.50, -90.0, 1.5e6);
(dynamic_cast<EarthManipulator*>(viewer.getCameraManipulator()))->setViewpoint(vp);

以上是关于osgEarth2.8添加模型的主要内容,如果未能解决你的问题,请参考以下文章

osgEarth设置模型旋转角度

osg模型能在osgviewer中显示,不能在vs中显示

osgearth怎样控制三维模型在地图上的姿态

[原][osgearth]earth文件加载道路一初步看见模型道路

osgearth反应慢

[原][osgEarth]添加自由飞行漫游器