Hi Nicolas,

On Wed, Sep 10, 2008 at 10:55 AM, Coco <[EMAIL PROTECTED]> wrote:
> I think there is a missunderstanding. My problem is to load a  big database,
> not to create it.
> I already have my database, fragmented in FLT files like I said. So I was
> suggesting to use DatabasePager to load flt nodes when I need it to. In this
> case I think I don't have to process any data...
> I hope I haven't got the wrong end of the stick (again!).

OpenFlight files aren't paged, you can't just magically page them
without creating PagedLOD nodes that decorate them.  You have to
create some kind of paged database, even if you are creating it
dynamically on demand.

Also OpenFlight is appalling format for doing format as its 10 times
slower than using native binary formats.  Your best best to process
your source data in such a way  as to build a paged .ive database that
is composed of hierarchy of tiles.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to