Hi Peter,

Peter Wraae Marino wrote:

I've noticed that the Qt examples set the threading model to SingleThreaded. I tried changing the threading model (by using the ThreadingModelHandler) but it crashes right after changing the threading model. I am guessing this has something to do with the fact that one is only allowed to make GUI calls in Qt on the main thread. Is anyone working on a solution, so that one can have the benefits of multithreading inside Qt windows?

It's not just the Qt example, the wxWidgets one also uses the single-threaded model while it has the same restriction from which thread GUI calls can be made. This seems to be a common GUI limitation as far as their API is concerned.

Not sure if anyone is working on a solution though...

Paul



_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to