From 455b046433024503a3f229fbb9c55b4e33d3073b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 21 Feb 2007 20:47:32 +0000 Subject: [PATCH] Removed debugging info --- src/osgViewer/View.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/osgViewer/View.cpp b/src/osgViewer/View.cpp index d77ab8bf3..b08c848bd 100644 --- a/src/osgViewer/View.cpp +++ b/src/osgViewer/View.cpp @@ -360,7 +360,7 @@ const osg::Camera* View::getCameraContainingPosition(float x, float y, float& lo local_x = new_x; local_y = new_y; - osg::notify(osg::NOTICE)<<"Returning master camera"<getAllowEventFocus() && slave._camera->getRenderTargetImplementation()==osg::Camera::FRAME_BUFFER) { - osg::notify(osg::NOTICE)<<"Testing slave camera "<getName()<getName()<getViewport() : 0; @@ -392,15 +392,15 @@ const osg::Camera* View::getCameraContainingPosition(float x, float y, float& lo osg::Vec3d new_coord = osg::Vec3d(x,y,0.0) * matrix; - osg::notify(osg::NOTICE)<<" x="<getXmin()="<getXmin()<<" eventState->getXmax()="<getXmax()<getXmin()="<getXmin()<<" eventState->getXmax()="<getXmax()<= (viewport->x()-epsilon) && new_coord.y() >= (viewport->y()-epsilon) && new_coord.x() < (viewport->x()+viewport->width()-1.0+epsilon) && new_coord.y() <= (viewport->y()+viewport->height()-1.0+epsilon) ) { - osg::notify(osg::NOTICE)<<" in viewport "<x()<<" "<<(viewport->x()+viewport->width())<x()<<" "<<(viewport->x()+viewport->width())<