Hi Robert,

I was reported a problem in fgrun (the flightgear launcher) where camera 
manipulation in the aircraft viewer is broken using OSG trunk, on Linux, but I 
was able to reproduce it on Windows too. This video explain the problem : 
http://youtu.be/xN1hTGte1EM

After bisecting, I found that revision 13092 was the culprit. Then I managed to 
reproduce the problem using osgViewerFLTK. I had to make this change in order 
to generate the makefile BTW :


Index: examples/CMakeLists.txt
===================================================================
--- examples/CMakeLists.txt     (revision 13092)
+++ examples/CMakeLists.txt     (working copy)
@@ -216,7 +216,7 @@
 
     ENDIF()
 
-    IF   (FLTK_FOUND AND FT_GL_LIBRARY)
+    IF   (FLTK_FOUND AND FLTK_GL_LIBRARY)
         ADD_SUBDIRECTORY(osgviewerFLTK)
     ENDIF()
 


I compared the behaviour with the one in osgViewerGLUT that works, but wasn't 
able to detect a significant difference.

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

Reply via email to