Theres a problem with the QOSGwidget (at least on windows) You need to add a:
Code:
QPaintEngine* QOSGWidget::paintEngine () const
{
return 0;
}
see http://forum.openscenegraph.org/viewtopic.php?t=4432&highlight=
Martin
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=22828#22828
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

