Ignore:
Timestamp:
05/22/06 07:53:18 (18 years ago)
Author:
mattausch
Message:

added stuff for view cell ziping (not working yet!)

File:
1 edited

Legend:

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

    r955 r971  
    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 
    10351046        // load the view cells assigning the found objects to the pvss 
    10361047        mViewCellsManager =  
     
    10401051        { 
    10411052                std::stringstream d; 
    1042                 d << "error loading view cells" << endl; 
     1053                d << "here344 error loading view cells: no view cells manager " << endl; 
    10431054                LogManager::getSingleton().logMessage(d.str()); 
    10441055        } 
Note: See TracChangeset for help on using the changeset viewer.