[quote="SMesserschmidt"]Hi Igor,

you might want to explicitly set the font resolution to get smoother fonts.

text->setFontResolution(128,128);

And make sure you're using an appropriate true type font.
E.g.
text->setFont("/fonts/arial.ttf");


hth,
Sebastian
[quote]
Hi Sebastian.
text->setFontResolution(128,128); doesn't change anything.

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





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

Reply via email to