Hi George, Sergey,
We run into same issue yesterday, and as far as i can tell, this changed between osg 2.9.9 (all works ok) and 2.9.10(nothing visible). osgText is culled when it shouldnt for some reason. For temporary solution you can turn off culling on geode with text or add some other drawable as u did.
I seem to remember people talking about a bug in the osgText bounds computation that causes it to never calculate its bounds, so they always stay at the initial value (which is an invalid bounds) and so the text is always culled (and thus it can never calculate its bounds, and so on).
Not much to go on but it might be the hint that helps you to fix this... J-S -- ______________________________________________________ Jean-Sebastien Guay [email protected] http://www.cm-labs.com/ http://whitestar02.dyndns-web.com/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

