Hi Darko,

On Mon, Jun 13, 2011 at 2:24 AM, Darko Radiceski <[email protected]> wrote:
> I just checked out 2.9.16 and notice my app wouldnt compile since 
> setExpiryDelay(double) from the DatabasePager class is gone.
>
> Is there anything else what we should be using to a similar effect? Or good 
> practice?
>
> Any guidance would be much appreciated.

setExpiryDelay has been removed as the expiry algorithm within
DatabasePager has been replaced with a better based on a maximum
target number of PagedLOD rather than a time based one.  The new
algorithm avoids issues with system running out of memory when they
move around the terrain very quickly.

For your own code simple remove the setExpiryDelay() call.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to