Ignore:
Timestamp:
02/26/07 18:49:46 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2066 r2168  
    3232        // disable overlays, reset them later 
    3333        bool overlayEnabled = mViewport->getOverlaysEnabled(); 
    34  
     34Ogre::LogManager::getSingleton().logMessage("here020202"); 
    3535        /////////// 
    3636        //-- render scene with item buffer (i.e., objects with their id as color codes) 
     
    209209                                   GtpVisibility::PatchInfoContainer *visiblePatches, 
    210210                               bool relativeVisibility) 
    211 { 
     211{Ogre::LogManager::getSingleton().logMessage("here5"); 
    212212        PlatformQueryManager::ComputeFromPointVisibility(point, visibleNodes,  
    213213                visibleGeometry, visiblePatches, relativeVisibility); 
     
    216216        // (duplicates occur if an object is on the edge of the viewport) 
    217217        RemoveDuplicateNodes(visibleNodes); 
    218          
     218        Ogre::LogManager::getSingleton().logMessage("here6"); 
    219219        if (mItemBufferMode != GEOMETRY_VISIBILITY) 
    220220        { 
    221221                RemoveDuplicateGeometry(visibleGeometry); 
    222222        } 
    223          
     223        Ogre::LogManager::getSingleton().logMessage("here7"); 
    224224        if (mItemBufferMode != PATCH_VISIBILITY) 
    225225        { 
Note: See TracChangeset for help on using the changeset viewer.