[osg-users] Getting first frame with necessary detail in lazy rendering.

2008-10-08 Thread John Vidar Larring
Hi all, When jumping to a close-up view of a PagedLOD database you will see that it takes a few frames before all the appropriate PagedLOD's have been loaded and displayed. This works well for active rendering, but is a bit problematic for passive / lazy rendering. What I'd like to do is

Re: [osg-users] Getting first frame with necessary detail in lazy rendering.

2008-10-08 Thread Robert Osfield
Hi John, The OSG's DatabasePager is built around assumption of a frame driven app with continuously rendered frames, so using paged databases in an event driven app will introduce problems such as the ones you are seeing. It should be technically possible to come up with a scheme in