|
本人在开发中发现Viewer.getCamera()->makeCurrent()报错,想查明原因,发现OpenSceneGraph的源码中不能加入
MessageBox或AfxMessageBox以供调试,于是我想利用osg::Notify
参考网上的,如下:
设置osg::notify输出到文件
static std:fstream g_log("out.log");
然后在初始化时:
std::cout.rdbuf(g_log.rdbuf());
std::cout.rdbuf(g_log.rdbuf());
照以上这么做,不管用
求教高手
|
|