Hi Robert,

Thanks for the hint, I'm going to check.
But there should be no principal problem including PagedLOD nodes as childs of PagedLODs, right? The point is all source files are located in the same source in the same path and the external references are loaded if the sub-tile is loaded individually. But anyways, I'll go on and see what the parser is trying to pull.

cheers
Sebastian
Hi Sebastian,

I can't help much directly but to debug things two things that might
be useful are first up to up the OSG_NOTIFY_LEVEL env var to DEBUG to
see what files and paths are being tried - there is a chance that the
external files aren't being found for some reason.  Second suggestion
is to output your files to .osg and then inspect the file references
and distances by hand to see if they all make sense.

Robert.

On Tue, Jul 6, 2010 at 6:45 PM, Sebastian Messerschmidt
<[email protected]> wrote:
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

_______________________________________________
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