Re: [osg-users] Multi-threaded and cleanup (barriers?)

2009-12-09 Thread J.P. Delport
Hi, you could try stopThreading() on the viewer. Also search the archives for this call. jp Job Mulder wrote: Hi, The situation: I have a Qt main event thread that handles normal user events, a thread that calls the OSG 'frame' function continuously for all my open Qt-OSG windows and OSG

[osg-users] Multi-threaded and cleanup (barriers?)

2009-12-09 Thread Job Mulder
Hi, The situation: I have a Qt main event thread that handles normal user events, a thread that calls the OSG 'frame' function continuously for all my open Qt-OSG windows and OSG configured to use CullDrawThreadPerContext. Everything is working very well, but when I close a window sometimes I g