RJ schrieb:
I tried building the example on linux using osg-2.0 and fox-1.6 but
the executable is giving sementationfault as soon as i run the program.
Has anybody tried this example on linux.
Hi,
yes it works fine on my linux installation, using FOX-1.7 & OSG-2.0.
havn't tried older FOX versions.
I have built FOX from source with OpenGL enabled (FOX default settings)
alexandre sent this fix:
you have to replace
getEventQueue()->mouseButtonPress(event->click_x, event->click_x, 1);
by
getEventQueue()->mouseButtonPress(
regards, Markus
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/