[osg-users] bug: osgText doesn't work on MacOSX GL4.x with VAO
Remo Eichenberger
osgforum at tevs.eu
Fri Jan 20 11:53:56 PST 2017
Hi,
I can't render osgText on MacOSX Core Profile:
text->setTextBackdropType(osgText::Text::BackdropType::NONE);
text->setTextBackdropImplementation(osgText::Text::BackdropImplementation::DELAYED_DEPTH_WRITES);
text->setBackColor( Color( Color::Black, 0.8 ) );
text->setHorizAlign( Control::ALIGN_RIGHT );
text->setVertAlign( Control::ALIGN_BOTTOM );
text->setVisible( true );
I've also tried to apply a default shader. But it doesn't work at all.
Cheers,
Remo
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=70020#70020
More information about the osg-users
mailing list