查看: 1279|回复: 1

osgEarth中怎么添加点符号?线符号和面符号都添加成功了

[复制链接]

该用户从未签到

发表于 2015-9-25 22:32:14 | 显示全部楼层 |阅读模式
        osg::ref_ptr<osgEarth::Features::Feature> _pointFeature=new Feature(new PointSet(),mapNode->getMapSRS());
        _pointFeature->getGeometry()->push_back(osg::Vec3d(120,30,0));
        PointSymbol* ps=_pointFeature->style()->getOrCreate<PointSymbol>();
        ps->size()=4.0;
        ps->fill()->color()=Color::Yellow;
        _pointFeature->style()->add(ps);
        osg::ref_ptr<osgEarth::Annotation::FeatureNode> _pointFeatureNode=new FeatureNode(mapNode,_pointFeature.get());
        _pointFeatureNode->getOrCreateStateSet()->setMode(GL_LIGHTING,osg::StateAttribute::OFF);
        group->addChild(_pointFeatureNode.get());

以前用的osgEarth2.3,现在代码要改吗?

该用户从未签到

发表于 2015-11-12 09:55:09 | 显示全部楼层
线符号和面符号,添加成功,讲讲是如何添加的呗,最近也在纠结这个
您需要登录后才可以回帖 登录 | 注册

本版积分规则

OSG中国官方论坛-有您OSG在中国才更好

网站简介:osgChina是国内首个三维相关技术开源社区,旨在为国内更多的技术开发人员提供最前沿的技术资讯,为更多的三维从业者提供一个学习、交流的技术平台。

联系我们

  • 工作时间:09:00--18:00
  • 反馈邮箱:1315785073@qq.com
快速回复 返回顶部 返回列表