Hi Paul,

The OSG natively supports database paging, and its automatically set
up in osgViewer::Viewer/CompositeViewer when your scene contains
osg::PagedLOD nodes - it's PagedLOD nodes that provide the information
about the what to page in.

The OpenFlight loaders doesn't know about paging itself, the format
itself doesn't support as far as I'm aware.  If you wish to use it for
paging then you'll need to take the database and convert to an OSG
native format and insert PagedLOD nodes where appropriate.

Robert.

On Jan 8, 2008 11:26 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi, Im currently working with paged databases and need to
> further my knowlwdge on the way OSG handles terrain paging.
>
> I have a 30G OpenFlight database with LOD
>
> osgviewer handles paging nativelely yes? Or do I have to
> manually give osg the name and number of tiles I'm using
> from my database? or can I just feed it master.flt ?
>
> I would also like to know which tiles are being loaded in
> and which tiles are being loaded out - Does anyone know
> which are the releveant classes handling this?
>
> Best Regards
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to