Hello Roni, > I recently changed my application from using Viewer to CompositeViewer with > one view (currently...). > Everything seems to work as before, except for picking.
I think you may have stumbled onto the same problem I mentioned on the list last Friday: http://thread.gmane.org/gmane.comp.graphics.openscenegraph.user/23244 But I think you're further along in the investigation... I would love to see this fixed, but as I mentioned in the thread linked above, I'm not avaliable for most of next week. If you're able to track this down, please let us know! If it may be useful to you, in the two first messages of the thread I posted example programs that show the problem. 1) A modified osgcompositeviewer example in which the problem is apparent. 2) A modified osgpick example which does the same thing as 1), but which behaves correctly. The only major difference between the two is the type of viewer used - 1 uses a CompositeViewer with a single view, and 2 uses a Viewer. But both are set up in the same way, calling view(er)->setUpViewAcrossAllScreens(). So both should return the same results. I hope this helps you pinpoint the problem. I would love to come back from my "business trip" and find this fixed! :-) Good luck, J-S -- ______________________________________________________ Jean-Sebastien Guay [EMAIL PROTECTED] http://whitestar02.webhop.org/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

