Re: [osg-users] Redirecting osg::notify

2009-08-18 Thread Martin Beckett
See http://forum.openscenegraph.org/viewtopic.php?t=2552 Cheers, Martin ps. sorry in a hurry, please reply if this doesn't answer question -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=16404#16404

[osg-users] Redirecting osg::notify

2009-08-18 Thread Chris Glasnapp
Hello, This is probably a C++ question, but maybe there is a way OSG makes it easier. I have an on screen event log that I'd like to use to display the various OSG notifications (i.e. osg::notify(osg::WARN) << "Danger Will Robinson!"). Is there anyway to intercept these calls so I can write the s