Another benefit of running osg from a QThread is that it is possible to connect gui and viewer threads with signals and slots (which are thread safe using an event queue). About setting the QTimer to zero: There are some issues in Qt 4.7 that cause some Qt operations to freeze when the interval is zero. I don't exactly remember what this affected, but there definitely are some issues.
Cheers, Martin ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=39445#39445 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
