Hi,

a want to force a Pick each Mouse move  


Code:

case osgGA::GUIEventAdapter::MOVE:
{
        if ( pick( ea, pViewer, aa ) )
        {
                return true;
        }
        return false;
}
case osgGA::GUIEventAdapter::RELEASE:




i set a breakpoint under the case MOVE: expression 
- no break - 

i tested it in 2.8.0 and 2.9.3 
what's wrong?

Thank you!

Cheers,
Matthias

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=13223#13223





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to