Re: [osg-users] Osg Text issues

2019-11-19 Thread Robert Osfield
Hi Dan, >From the screenshot and your tiny segment of code there is no way for us to know what might be amiss. What happens when you run the osgtext example? Robert. ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Osg Text issues

2019-11-19 Thread Dan johansson
Don't mind the Code: textType_ = GI::TextType::TEXT_3D; line, its a typo. Sorry for that confusion //Dan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=76915#76915 ___ osg-users mailing list

[osg-users] Osg Text issues

2019-11-19 Thread Dan johansson
Hi, I am creating a simple coordinate system and trying to use the osg text for axis labelling and tick information. This is the settings i use for creating the text Code: OsgText2D::OsgText2D() : textGeode_(new osg::Geode), osgText_(new osgText::Text) {