Ignore:
Timestamp:
08/22/07 14:27:41 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp

    r2544 r2547  
    16901690        //-- load the view cells assigning the found objects to the pvss 
    16911691 
    1692         if (!strstr(filename.c_str(), ".bn")) 
    1693         { 
    1694                 LogManager::getSingleton().logMessage("*** loading xml view cells ***"); 
    1695  
    1696                 mViewCellsManager = GtpVisibilityPreprocessor::ViewCellsManager:: 
    1697                         LoadViewCells(filename, mObjects, finalizeViewCells, &bconverter); 
    1698         } 
    1699         else 
    1700         { 
    1701                 LogManager::getSingleton().logMessage("*** loading binary view cells ***"); 
    1702                 mViewCellsManager = 
    1703                         LoadViewCellsBinary(filename, mObjects, finalizeViewCells, &bconverter); 
    1704         } 
     1692        mViewCellsManager = GtpVisibilityPreprocessor::ViewCellsManager:: 
     1693                LoadViewCells(filename, mObjects, finalizeViewCells, &bconverter); 
     1694         
    17051695 
    17061696        if (mViewCellsManager) 
Note: See TracChangeset for help on using the changeset viewer.