Ignore:
Timestamp:
05/04/05 17:58:13 (19 years ago)
Author:
mattausch
Message:

corrected bug so chc is much faster than stop and wait

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibility/src/StopAndWaitCullingManager.cpp

    r74 r85  
    11#include "StopAndWaitCullingManager.h" 
     2//#include <windows.h> 
    23 
    34namespace GtpVisibility { 
     
    78{ 
    89        mNumFrustumCulledNodes = mNumQueryCulledNodes = 0; 
     10        //OutputDebugString("Stop and Wait Culling\n"); 
    911 
    1012        while (!mHierarchyInterface->GetQueue()->empty()) 
Note: See TracChangeset for help on using the changeset viewer.