Hi, I'm a bit stucked on one general problem.
I have a HUD camera with which I "draw" some text from time to time on a screen. Just like Font->Text->Geode->Camera. How to change that content in Geode? ( Content = just some text.. ) I tried removeChildren(current Geode) and then addChild( new Geode) but it often ends up with segmentation fault. What is the best way to do it? Using switch is not an option, because that text I want to render is pretty random. Thank you! ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=58859#58859 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

