From Trajce Nicklov, "I went thru the TileMapper today very carefuly and I remove all the tileStack approach - it made everything simplier and I think more proper. Cleaned the code as well. It was tested on huge archive with many lods as well with variable lods. Fix attached."

This commit is contained in:
Robert Osfield
2010-12-19 13:25:45 +00:00
parent 362edaa1b9
commit 758bf7c3d9
3 changed files with 29 additions and 400 deletions

View File

@@ -134,8 +134,6 @@ void TXPNode::traverse(osg::NodeVisitor& nv)
//std::cout<<" found " << tileMapper._tileMap.size() << std::endl;
tileMapper->checkValidityOfAllVisibleTiles();
cv->setUserData(tileMapper.get());
#ifdef PRINT_TILEMAPP_TIMEINFO