Here is the code with the fix, maybe there is a lot of other fix to bring
but I haven't much time to spend on it for the moment ;-(

Note : I've build this example with Fox 1.6.26 but only on Window.



2007/7/11, Markus Hein <[EMAIL PROTECTED]>:

you have to replace

getEventQueue()->mouseButtonPress(event->click_x, event->click_x, 1);

by

getEventQueue()->mouseButtonPress(

event->click_x, event->click_y, 1);
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Attachment: osgviewerFOX.rar
Description: Binary data

_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to