Re: [osg-users] NodeVisitors and Synchronization

2008-09-30 Thread Tomlinson, Gordon
Hi You should not be doing this from the GUI thread, you should be doing this typically in the OSG app thread, so you need to have some form of messaging between the GUI and APP threads, such that you can kick off your traversals at the appropriate time Gordon

Re: [osg-users] NodeVisitors and Synchronization

2008-09-30 Thread Argentieri, John-P63223
it happen in the Viewer's update traversal? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomlinson, Gordon Sent: Tuesday, September 30, 2008 2:44 PM To: OpenSceneGraph Users Subject: Re: [osg-users] NodeVisitors and Synchronization Hi You should

Re: [osg-users] NodeVisitors and Synchronization

2008-09-30 Thread Glenn Waldron
PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Tomlinson, Gordon *Sent:* Tuesday, September 30, 2008 2:44 PM *To:* OpenSceneGraph Users *Subject:* Re: [osg-users] NodeVisitors and Synchronization Hi You should not be doing this from the GUI thread, you should be doing this typically

Re: [osg-users] NodeVisitors and Synchronization

2008-09-30 Thread Argentieri, John-P63223
update traversal? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomlinson, Gordon Sent: Tuesday, September 30, 2008 2:44 PM To: OpenSceneGraph Users Subject: Re: [osg-users] NodeVisitors and Synchronization