Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Jul 26, 2017
1 parent 2a765bf commit e356f35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PickHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ bool PickHandler::handle( const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdap
osgUtil::LineSegmentIntersector* intersector
= new osgUtil::LineSegmentIntersector( osgUtil::Intersector::WINDOW, ea.getX() * devicePixelRatio_, ea.getY() * devicePixelRatio_ );

std::cout << ea.getX() << "," << ea.getY() << "," << devicePixelRatio_ << "\n";

osgUtil::IntersectionVisitor iv( intersector );

osg::Camera* camera = viewer->getCamera();
Expand Down

0 comments on commit e356f35

Please sign in to comment.