Ignore:
Timestamp:
02/12/07 09:05:33 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2108 r2114  
    14591459        const bool finalizeViewCells = false; 
    14601460 
    1461         mViewCellsManager = GtpVisibilityPreprocessor:: 
    1462                 ViewCellsManager::LoadViewCells(filename,  
    1463                                                                                 &mObjects,  
    1464                                                                                 true,  
    1465                                                                                 &bconverter); 
     1461        GtpVisibilityPreprocessor::ObjectContainer dummys; 
     1462        // load the view cells assigning the found objects to the pvss 
     1463        mViewCellsManager =  
     1464                GtpVisibilityPreprocessor::ViewCellsManager:: 
     1465                        LoadViewCells(filename, mObjects, dummys, false, &bconverter); 
    14661466         
    14671467        Ogre::LogManager::getSingleton().logMessage("******** view cells loaded *********"); 
Note: See TracChangeset for help on using the changeset viewer.