码迷,mamicode.com
首页 > 其他好文 > 详细

osgEarth2.8添加模型

时间:2017-07-29 16:42:53      阅读:342      评论:0      收藏:0      [点我收藏+]

标签:添加   view   int   add   art   getc   cal   drive   url   

#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添加模型

标签:添加   view   int   add   art   getc   cal   drive   url   

原文地址:http://www.cnblogs.com/coolbear/p/7256091.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!