Ignore:
Timestamp:
03/23/07 18:43:02 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2283 r2289  
    322322                         LogManager::getSingleton().logMessage("Using stop and wait algorithm"); 
    323323                 } 
     324                else if (val == "RUC") 
     325                { 
     326                         algorithm =  
     327                                 GtpVisibility::VisibilityEnvironment::RANDOM_UPDATE_CULLING; 
     328 
     329                         LogManager::getSingleton().logMessage("Using random update culling"); 
     330                 } 
    324331                 else if (val == "VFC") 
    325332                 { 
Note: See TracChangeset for help on using the changeset viewer.