- Timestamp:
- 02/27/07 10:25:01 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreVisibilityOptionsManager.cpp
r1486 r2171 16 16 { 17 17 // 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(); 21 22 mVisibilityManager->SetCullingManager(*static_cast<const 22 23 GtpVisibility::VisibilityEnvironment::CullingManagerType *>(val));
Note: See TracChangeset
for help on using the changeset viewer.