Re: [osg-users] DBPager continuously reloading tiles

2009-04-23 Thread Evan Andersen
Robert, Things seem to work fine if I only call advance() when a render is done. Off the top of your head, can you think of any problems that might be caused by not doing an advance for every iteration of the event and update traversals? Would it be better to advance the reference time at each it

Re: [osg-users] DBPager continuously reloading tiles

2009-04-23 Thread Evan Andersen
the tiles start reloading. I had a co-worker try this out and he was able to duplicate the problem pretty quickly, so hopefully it will happen easily for you too. Evan On Thu, Apr 23, 2009 at 2:14 AM, Robert Osfield wrote: > Hi Evan, > > On Wed, Apr 22, 2009 at 10:05 PM, Evan And

Re: [osg-users] DBPager continuously reloading tiles

2009-04-22 Thread Evan Andersen
but we run a greater risk of > consuming too much memory for a 32 bit application on Windows. Because of > time restraints, I have not been able to follow-up on this problem. Sorry. > > *Ryan H. Kawicki* > The Boeing Company > Training Systems & Services > Software E

Re: [osg-users] DBPager continuously reloading tiles

2009-04-13 Thread Evan Andersen
nning the DatabasePager without non-continuous rendering, > so I'm not sure how well it works. > > Jason > > > On Fri, Apr 10, 2009 at 5:20 PM, Evan Andersen wrote: > >> >> Thanks for your response Robert. I just tried setting the expiry delay of >> the d

Re: [osg-users] DBPager continuously reloading tiles

2009-04-10 Thread Evan Andersen
wrote: > On Fri, Apr 10, 2009 at 6:43 PM, Evan Andersen wrote: > >> Sorry, I forgot to mention that. I'm using version 2.9.2 from the trunk. >> > > Thanks for the clarification. Changes in DatabasePager in 2.8 onwards > should make it easier to do what you are doi

Re: [osg-users] DBPager continuously reloading tiles

2009-04-10 Thread Evan Andersen
Sorry, I forgot to mention that. I'm using version 2.9.2 from the trunk. -Evan On Fri, Apr 10, 2009 at 11:28 AM, Robert Osfield wrote: > Hi Evan, > > Which version of the OSG are you using? > > Robert. > > On Fri, Apr 10, 2009 at 6:07 PM, Evan Andersen wrote: > >

[osg-users] DBPager continuously reloading tiles

2009-04-10 Thread Evan Andersen
I'm working on an application which uses osgEarth to display terrain databases to users. I need the application to use as little CPU time as possible while still providing good user interaction, so I have set my viewer up so that it only renders when necessary. I keep a loop running that does the

[osg-users] VirtualPlanetBuilder: Adding a data set to an existing database

2008-12-29 Thread Evan Andersen
I am interested in updating an existing terrain database created with vpb to include new imagery and terrain. I have seen this feature listed on the vpb development plans page and I came across a post by Robert from last April indicating that this feature was expected to be implemented by May 2008