Re: [osg-users] DatabasePager -- dead code?

2007-11-07 Thread Paul Martz
ME_PER_FRAME is reserved for future use. -Paul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Michael Henheffer > Sent: Wednesday, November 07, 2007 12:29 PM > To: OpenSceneGraph Users > Subject: Re: [osg-users] DatabaseP

Re: [osg-users] DatabasePager -- dead code?

2007-11-07 Thread Michael Henheffer
The comments for DatabasePager::setTargetFrameRate explain that this variable is not used directly and how it should be used. As seen below it appears it is intentionally not used. "Typically one would set this to the value refresh rate of your display system i.e. 60Hz. Default value is 100. U

Re: [osg-users] DatabasePager -- dead code?

2007-11-07 Thread Robert Osfield
On Nov 7, 2007 2:42 PM, Paul Martz <[EMAIL PROTECTED]> wrote: > Can you point me to code that actually uses this variable? Just did a search and couldn't spot anything :-) Perhaps osgProducer used it. ___ osg-users mailing list osg-users@lists.openscene

Re: [osg-users] DatabasePager -- dead code?

2007-11-07 Thread Paul Martz
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Robert Osfield > > This variable is a hint to the viewer on how much time to > allocate for doing compiles and deletes each frame. Can you take a second look at this please? In the 2.2 source, I d

Re: [osg-users] DatabasePager -- dead code?

2007-11-07 Thread Robert Osfield
Hi Paul, This variable is a hint to the viewer on how much time to allocate for doing compiles and deletes each frame. Robert. On Nov 6, 2007 11:05 PM, Paul Martz <[EMAIL PROTECTED]> wrote: > > > Hi Robert -- DatabasePager has a method > getMinimumTimeAvailableForGLCompileAndDeletePerFrame(), wh

[osg-users] DatabasePager -- dead code?

2007-11-06 Thread Paul Martz
Hi Robert -- DatabasePager has a method getMinimumTimeAvailableForGLCompileAndDeletePerFrame(), which returns the value of the variable _minimumTimeAvailableForGLCompileAndDeletePerFrame. As far as I can tell, neither the function nor the variable are ever referenced in any meaningful way -- they