Fixed handling of volume tiles with a region.

This commit is contained in:
Robert Osfield
2014-04-01 18:33:02 +00:00
parent 27b71e3927
commit e5fe59799d
9 changed files with 101 additions and 38 deletions

View File

@@ -405,7 +405,7 @@ void VolumeScene::traverse(osg::NodeVisitor& nv)
TileData* tileData = itr->second.get();
if (!tileData || !(tileData->active))
{
OSG_NOTICE<<"Skipping TileData that is inactive : "<<tileData<<std::endl;
OSG_INFO<<"Skipping TileData that is inactive : "<<tileData<<std::endl;
continue;
}