[osg-users] osgViewer::View::computeIntersections Fails when Window is Never Clicked On

2009-02-12 Thread Daniel Barber
I'm having a problem using the computeIntersections method of the View class in osgViewer namespace. I'm trying to perform picking, but not using a mouse click or event on the window. Here is the issue: if I don't click inside the window of the OSG application at some point in time, then

Re: [osg-users] osgViewer::View::computeIntersections Fails when Window is Never Clicked On

2009-02-12 Thread Robert Osfield
Hi Daniel, I saw this problem about six months ago, and looked into, and the cause the the way the intersections codes indirectly uses the current event state to help decide which cameras are currently active. At the time when I saw the problem I looked into the issue, but didn't come away with