[osg-users] GLSL plugin static linking issue (recent master branch)

Andrew Poltavets apoltavets at yahoo.com
Fri Aug 30 10:41:03 PDT 2019


Hi Laurens,

Thank you for your reply.

Debug session turned out that the problem happens for .vert file under the hood. I am trying to render simple text.

Here:

Code:
osgText::Font* font = osgText::readFontFile("/Library/Fonts/Andale Mono.ttf");
osgText::Text* text = new osgText::Text;
text->setFont(font);
text->setAxisAlignment(osgText::Text::XZ_PLANE);
text->setText("Hello world!", osgText::String::ENCODING_UTF8);



Thank you!

Andrew

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=76624#76624







More information about the osg-users mailing list