Changeset 259 for trunk/VUT/GtpVisibility
- Timestamp:
- 09/06/05 18:18:47 (19 years ago)
- Location:
- trunk/VUT/GtpVisibility/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibility/src/CoherentHierarchicalCullingManager.cpp
r254 r259 25 25 unsigned int visiblePixels = 0; 26 26 bool isAvailable = false; 27 Ogre::LogManager::getSingleton().logMessage("Coherent Hierarchical Culling");27 //Ogre::LogManager::getSingleton().logMessage("Coherent Hierarchical Culling"); 28 28 29 29 //-- PART 1: process finished occlusion queries -
trunk/VUT/GtpVisibility/src/FrustumCullingManager.cpp
r254 r259 7 7 void FrustumCullingManager::RenderScene() 8 8 { 9 Ogre::LogManager::getSingleton().logMessage("Frustum Culling");9 //Ogre::LogManager::getSingleton().logMessage("Frustum Culling"); 10 10 while (!mHierarchyInterface->GetQueue()->empty()) 11 11 { … … 27 27 } 28 28 else 29 { 29 { 30 30 mHierarchyInterface->SetNodeVisible(node, true); 31 31 mHierarchyInterface->TraverseNode(node); -
trunk/VUT/GtpVisibility/src/StopAndWaitCullingManager.cpp
r254 r259 7 7 void StopAndWaitCullingManager::RenderScene() 8 8 { 9 Ogre::LogManager::getSingleton().logMessage("Stop and Wait Culling");9 //Ogre::LogManager::getSingleton().logMessage("Stop and Wait Culling"); 10 10 while (!mHierarchyInterface->GetQueue()->empty()) 11 11 {
Note: See TracChangeset
for help on using the changeset viewer.