Re: [osg-users] Asynchronous file loading via DatabasePager questions

2007-12-18 Thread Lionel Lagarde
Tim Moore wrote: The other thing to keep in mind is that readNodeFile and friends aren't necessarily thread safe, but you don't have access to the lock that the pager uses to serialize access to those functions. Either you stop doing any file loading calls from your main thread once the

Re: [osg-users] Asynchronous file loading via DatabasePager questions

2007-12-18 Thread Colin Branch
Thanks guys, ProxyNode is what I was looking for. -Colin Tim Moore wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Colin Branch wrote: Hi all, What I'm trying to do: Asynchronous model loading using OSG 2.2 How I'm currently doing it: I'm trying to use the Database Pager's

Re: [osg-users] Asynchronous file loading via DatabasePager questions

2007-12-15 Thread Tim Moore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Colin Branch wrote: Hi all, What I'm trying to do: Asynchronous model loading using OSG 2.2 How I'm currently doing it: I'm trying to use the Database Pager's requestNodeFile. I just did this for the FlightGear project and it works well

[osg-users] Asynchronous file loading via DatabasePager questions

2007-12-14 Thread Colin Branch
Hi all, What I'm trying to do: Asynchronous model loading using OSG 2.2 How I'm currently doing it: I'm trying to use the Database Pager's requestNodeFile. I created a new node class that I can add (as well as place temporary objects) that I can add and will stay in the scene. class

Re: [osg-users] Asynchronous file loading via DatabasePager questions

2007-12-14 Thread Thrall, Bryan
Colin Branch wrote on Friday, December 14, 2007 10:30 AM: Hi all, What I'm trying to do: Asynchronous model loading using OSG 2.2 How I'm currently doing it: I'm trying to use the Database Pager's requestNodeFile. I created a new node class that I can add (as well as place temporary