Ignore:
Timestamp:
02/27/07 10:25:01 (17 years ago)
Author:
mattausch
Message:

implemented function for exact visibility queries

File:
1 edited

Legend:

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

    r1486 r2171  
    1616        { 
    1717                // delete old queries (not needed for e.g., view frustum culling) 
    18                 // note cannot be deleted because of new ogre occlusion query implementation 
    19                 // there we cannot just delete the queries, so they would stay! 
    20                 //mHierarchyInterface->ResetQueries(); 
     18                // note cannot be deleted because of new ogre occlusion query  
     19                // implementation there we cannot just delete the queries, so  
     20                // they would stay! 
     21                // mHierarchyInterface->ResetQueries(); 
    2122                mVisibilityManager->SetCullingManager(*static_cast<const  
    2223                        GtpVisibility::VisibilityEnvironment::CullingManagerType *>(val)); 
Note: See TracChangeset for help on using the changeset viewer.