Re: [osg-users] Composite Viewer with TXP database works?

2008-06-20 Thread Guthrie, David A
Subject: RE: [osg-users] Composite Viewer with TXP database works? Robert, It's helped, but hasn't solved the problem. It doesn't crash right away, but it eventually will hit a random point and the program dies. Also, when the second window is open, it absolutely kills the frame rate from 30 hz

Re: [osg-users] Composite Viewer with TXP database works?

2008-06-20 Thread Robert Osfield
Hi Donn, On Thu, Jun 19, 2008 at 2:41 PM, Mielcarek, Donn [EMAIL PROTECTED] wrote: It's helped, but hasn't solved the problem. It doesn't crash right away, but it eventually will hit a random point and the program dies. Could you try to get a stack trace of the location of the crash. Also,

Re: [osg-users] Composite Viewer with TXP database works?

2008-06-19 Thread Mielcarek, Donn
able to get it to die, but again it's so slow as to be unusable. Don't you just hate these kind of problems? donn From: [EMAIL PROTECTED] on behalf of Robert Osfield Sent: Mon 6/16/2008 9:18 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Composite Viewer

Re: [osg-users] Composite Viewer with TXP database works?

2008-06-16 Thread Robert Osfield
Hi Donn, I've just run osgthirdpersonview on a txp database and it immediately crashed, I also tried a database generated by VirtualPlanetBuilder and while it didn't crash right away it did eventually hang. I haven't done any debugging yet to divine what might be amiss, but at least I can

Re: [osg-users] Composite Viewer with TXP database works?

2008-06-16 Thread Robert Osfield
Hi Donn, I've done some testing and review of the txp plugin, and it looks like both the basic terrapage code and OSG code on top of it isn't thread safe w.r.t multiple camera positions/cull traversals. To prevent problems I've added a mutex into the TXPNode class that the txp plugin decorates

Re: [osg-users] Composite Viewer with TXP database works?

2008-06-16 Thread Mielcarek, Donn
Viewer with TXP database works? Hi Donn, I've done some testing and review of the txp plugin, and it looks like both the basic terrapage code and OSG code on top of it isn't thread safe w.r.t multiple camera positions/cull traversals. To prevent problems I've added a mutex into the TXPNode class

[osg-users] Composite Viewer with TXP database works?

2008-06-12 Thread Mielcarek, Donn
Has anyone been using a Composite Viewer with multiple views and a TXP database? I have a viewer with a second view that sits in one place within the database. I can add whatever I want to the second view. It works fine unless I call: view2-setSceneData(databasenodes); where databasenodes is