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/OgreKdTreeSceneManager.cpp

    r2097 r2114  
    13251325        GtpVisibilityPreprocessor::IndexedBoundingBoxContainer iboxes; 
    13261326        KdTreeBoundingBoxConverter bconverter(this); 
    1327  
     1327GtpVisibilityPreprocessor::ObjectContainer dummys; 
    13281328        // load the view cells assigning the found objects to the pvss 
    13291329        mViewCellsManager =  
    1330                 GtpVisibilityPreprocessor::ViewCellsManager::LoadViewCells(filename, &mObjects, false, &bconverter); 
     1330                GtpVisibilityPreprocessor::ViewCellsManager:: 
     1331                        LoadViewCells(filename, mObjects, dummys, false, &bconverter); 
    13311332 
    13321333        return (mViewCellsManager != NULL); 
Note: See TracChangeset for help on using the changeset viewer.