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





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to