jiha wrote: > I have the same behaviour, however QOSGWidget on Qt 4.5 does work in > combination with the composite viewer example (at least on my computer, > QT4.5.1, OSG 2.8.0).
Tests on XP, Qt4.5 (built with raster) NVidia Ge8500 182.50 driver --QOSGWidget --MTCompositeViewer 2.8 Works with texture but keys other than 's' (eg w/l/t) don't respond --QOSGWidget --CompositeViewer --QOSGWidget 2.8 Recursive repaint but keys/textures work osgviewerQT --QOSGWidget cow.osg 2.9 Recursive repaint but keys/textures work --QOSGWidget cow.osg --CompositeViewer --QOSGWidget --MTCompositeViewer 2.9 Crashes in view::requestRedraw() because getViewerBase() isn't set initially for a composite view Either we need to not call home in View::setCameraManipulator() - but we need a later hook to call it from when the scene is ready. or check getViewerBase() in View::requestRedraw() and View::requestContinuousUpdate() With these fixes --CompositeViewer still recursively repaints --MTCompositeViewer works (except t/l/w keys don't work) In both 2,.8 and 2.9 --MTCompositeViewer aspect ratio is wrong but otherwise it seems a good replacment for CompositeViewer. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=11929#11929 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

