HI Alan,

The DatabasePager is geared around constant updating of frames so you
are working a bit outside its original design.  It should be possible
to tweak things to work though.  One route would be to increase the
time before tiles are unloaded while you have stopped frame updating.
Another route would be to dispatch update and cull traversals but not
draw.

Robert.

On 3/21/07, Alan Harris <[EMAIL PROTECTED]> wrote:
Hi

I expect this has been covered before but I could find a simlilar question.

I am stopping the continuous drawing of frames while the user interacts
with the GUI. During that time the hi-res part of the paged database are
"paged-out" and on re-starting it has the low-res pages and has to load
the hi-res pages again.

Is there a simple way of stopping the database changing the active pages
when not refreshing the screen?

Thanks
Alan Harris

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to