[osg-users] PagedLOD TerrainTile

2014-02-25 Thread lawrence bertoldi
Hi all I'm working in a osg::NodeVisitor to see TerrainTiles that are Currently Active, Which I thought were the visible tiles... when I zoom in to the DB and look at hi rez tiles, then zoom out again to see lo rez tiles, the tile printout information always the highest level for that locat

Re: [osg-users] PagedLOD TerrainTile

2014-04-17 Thread Robert Osfield
Hi Lawrence, Your custom NodeVisitor will be using the default traversal selection for PagedLOD rather than one based on camera distance for the PagedLOD child as is done in the cull traversal.You'll need to set up your custom NodeVisitor with the Camera position, the following NodeVisitor vir