I'm glad there's a topic on this! I encountered the same osgText problem yesterday. I have some osgText::Text labels with their character size mode set to screen coordinates and their axis alignment set to screen that weren't showing up when we moved from osg 2.8.2 to osg 3.0.0. As a workaround, I just added a dummy osgText object with no displayed characters as the first item in the geode, then added the real osgText object to that geode.
------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=41337#41337 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

