HI Miroslav, osgUtil::SceneView doesn't have support for the osgDB::DatabasePager, and unless VRJuggler explictly adds this support in you won't be able to read paged databases.
The osgViewer::Viewer library supports the database pager out of the box, so if you could use this instead of the VRjugglers rendering support then you'd automatically get paging. There are other VR toolkits out there as well the integrate with the OSG, and if they are smart they will be using osgViewer rather than the low level and feature light SceneView. You could potentially add support for the DatabasePager into VRJuggler, and perhaps others in the community have already done this. Personally I'd still recommend use osgViewer though as it provides multi-threading and support for pbuffers, all things that are useful to VR apps. Robert. On Tue, May 26, 2009 at 4:54 PM, Miroslav Andel <[email protected]> wrote: > Hi, > > My models created in osgdem works fine in osgViewer but when I load them in > my application they only show the lowest level (L0_X0_Y0) of detail. > > I'm using the VR juggler framework which is based on sceneView. My version of > osg is 2.8.0 and vpb 0.9.10 (winXP). > > Can it be that the distance to the model from the camera cannot be > calculated? I'm just started to use osg to port some VR applications. Any > help is highly appreciated. > > One other question... What's the unit of the -v option in osgdem? I use 16 > bit tiffs for the height map where the value represent the elevation in > meters (16 bit short). I use an ellipsoid model of the earth and need proper > scaling so I can place out GIS data on it's correct position and altitude. > > Thank you! > > Cheers, > Miroslav Andel > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=12978#12978 > > > > > > _______________________________________________ > 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

