Removed debug messages
This commit is contained in:
parent
228fd04a19
commit
35a466f400
@ -259,7 +259,7 @@ void View::setUpViewOnSingleScreen(unsigned int screenNum)
|
||||
|
||||
void View::assignSceneDataToCameras()
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"View::assignSceneDataToCameras()"<<std::endl;
|
||||
// osg::notify(osg::NOTICE)<<"View::assignSceneDataToCameras()"<<std::endl;
|
||||
|
||||
osg::Node* sceneData = _scene.valid() ? _scene->getSceneData() : 0;
|
||||
|
||||
|
@ -1480,7 +1480,7 @@ void Viewer::setUpRenderingSupport()
|
||||
}
|
||||
|
||||
|
||||
osg::notify(osg::NOTICE)<<"localCamera "<<camera->getName()<<std::endl;
|
||||
// osg::notify(osg::NOTICE)<<"localCamera "<<camera->getName()<<std::endl;
|
||||
ViewerDoubleBufferedRenderingOperation* vdbro = new ViewerDoubleBufferedRenderingOperation(graphicsThreadDoesCull, sceneViewList[0], sceneViewList[1], dp, _startTick);
|
||||
gc->add(vdbro);
|
||||
++numViewerDoubleBufferedRenderingOperation;
|
||||
|
Loading…
Reference in New Issue
Block a user