Ignore:
Timestamp:
05/22/06 18:32:12 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r971 r975  
    10331033                mVisibilityManager->GetVisibilityEnvironment()->GetPreprocessorEnvironment(); 
    10341034 
    1035         if (!env) 
    1036         { 
    1037         std::stringstream d; 
    1038                 d << "here454 error loading view cells: no view cells environment " << endl; 
    1039                 LogManager::getSingleton().logMessage(d.str()); 
    1040         } 
    1041  
    1042         std::stringstream d; 
    1043         d << "filename999: " << filename.c_str(); 
    1044         LogManager::getSingleton().logMessage(d.str()); 
    1045  
    10461035        // load the view cells assigning the found objects to the pvss 
    10471036        mViewCellsManager =  
    10481037                GtpVisibilityPreprocessor::ViewCellsManager::LoadViewCells(filename, &mObjects, env, false, &bconverter); 
    1049  
    1050         if (!mViewCellsManager) 
    1051         { 
    1052                 std::stringstream d; 
    1053                 d << "here344 error loading view cells: no view cells manager " << endl; 
    1054                 LogManager::getSingleton().logMessage(d.str()); 
    1055         } 
    10561038 
    10571039        return (mViewCellsManager != NULL); 
Note: See TracChangeset for help on using the changeset viewer.