Hi, I have a problem with draggers in viewport which size is not the same as the window. I tried also the osgManipulator example and the same problem occurs there.
Modify osgManipulator example by adding for example following lines after constructing the viewer: viewer.setUpViewInWindow (200, 200, 500, 500); viewer.getCamera()->setViewport(50,50, 400, 400); After this, dragger (more precisely pickin) does not work correctly. Do I miss something? Should I make picking somehow differently? This feature of using custom size viewport in window is very essential feature for my program. I am using 2.8.2 version. Thank you! Cheers, Mika ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22498#22498 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

