Hello,

I've managed to convert a relatively large OpenFlight database to a pagedLOD - database. Therefore I replace all terrain-tile references (proxyNodes) in the master.flt with PagedLOD nodes that reference the converted .ive page. In another step I also replaced all references inside the terrain-pages with PagedLODs. The bounds for the terrain-tiles and externals are obtained by preparsing those files and using a BoundVisitor.

Now for the problem:

If I load a single page (flightx_y.ive) I get all the externals referenced by the terrain page paged in without a problem but if I load the master.ive (referencing the terrain-pages) I only get the PageLODs for the terrain tiles but no externals for the terrain-pages itself.
For me it seems the sub-externals of the terrain-page are never loaded.

Is there anything which I might be doing wrong?

Reading through other post I noticed that you can set the LODRanges/Filenames for the different LOD-scales under a PagedLOD individually. But my converted ProxyNodes already contain their own LODs.

Help would be really appreciated.

cheers
Sebastian


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to