Re: [osg-users] DatabasePager - A little confused

2008-10-01 Thread Chris Denham
e: Wed, 1 Oct 2008 12:22:14 +0800 (CST) From: Simba <[EMAIL PROTECTED]> Subject: Re: [osg-users] DatabasePager - A little confused To: "OpenSceneGraph Users" Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="gbk" Hi, I'm not sure whether I h

Re: [osg-users] DatabasePager - A little confused

2008-10-01 Thread Robert Osfield
Hi Alan, For the most part you should never need to touch the DatabasePager even when you are using paged database, the osgViewer will create and manage the DatabasePager for you when you have paged databases, all automatically without any need for intervention. There are no OSG examples demonstr

Re: [osg-users] DatabasePager - A little confused

2008-09-30 Thread Simba
Hi, I'm not sure whether I have understood your problem. But I think that if you want to use databasepager, you just have to make sure you have "pagedLOD" node in your models. If you do, then just use viewer.setScenedata(model.get()), so the osgViewer::Viewer will automatically do the rest.

[osg-users] DatabasePager - A little confused

2008-09-30 Thread Alan Ott
Hello, After much trying and failing, I think I have a fundamental misunderstanding reagarding the DatabasePager. I have looked for examples or code snippets and it seems that there are none. So here's what I have. I have a DatabasePager object that I use for terrain. When I need a new chun