|
通过ModelLayer添加模型至球上,为何添加不上?
代码如下:
osgEarth:rivers::SimpleModelOptions opt;
opt.url()="./data/model/new.ive";
opt.location()=osg::Vec3d(lon,lat, 10, /*10*/0);//lon和lat单位是度,elevation单位是米,例如(112, 36, 1000)
osgEarth::ModelLayer *layer = new osgEarth::ModelLayer(“model”, opt );
GetMapNode()->getMap()->addModelLayer( layer );
路径是正确的,求大神指导
|
|