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

osgearth2.8关于RectangleNodeEditor编辑点不可见的问题

时间:2018-10-09 13:24:35      阅读:377      评论:0      收藏:0      [点我收藏+]

标签:sphere   osi   应该   img   edit   可见   col   new   bubuko   

static_cast<SphereDragger*>(_llDragger)->setColor(osg::Vec4(0,0,1,0));

 

Alpha写成了0

应该写成

 

static_cast<SphereDragger*>(_llDragger)->setColor(osg::Vec4(0,0,1,1));

 

osgEarth::Annotation::RectangleNodeEditor* rectEditor = new osgEarth::Annotation::RectangleNodeEditor(rect);
rectEditor->_llDragger->setColor(osg::Vec4(1, 0, 0, 1));
rectEditor->getPositionDragger()->setColor(osg::Vec4(0, 1, 0, 1));

 技术分享图片

 

osgearth2.8关于RectangleNodeEditor编辑点不可见的问题

标签:sphere   osi   应该   img   edit   可见   col   new   bubuko   

原文地址:https://www.cnblogs.com/coolbear/p/9759665.html

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