Re: [osg-users] Using TerraPage database and osgSim::LineOfSight for non-displayed scene graph - how to get nodes to page in?

2008-12-23 Thread Robert Osfield
Hi Anthony, I'm afraid I've never tried to combine TerraPage databases with the osg::Sim lntersection classes, so can't point you in any particular direction. In theory the .txp plugin creates PagedLOD's and then leverages the osgDB::DatabasePager for paging, so should be mappable across to how

[osg-users] Using TerraPage database and osgSim::LineOfSight for non-displayed scene graph - how to get nodes to page in?

2008-12-22 Thread I-Nixon, Anthony D
Hello everyone: I'm trying to compute LOS on a scene graph that is not being displayed (this is for offline analysis). Code looks a bit like this: osgDB::FilePathList filePath(osgDB::Registry::instance()-getDataFilePathList()); filePath.push_front(dirContainingTerrain);