Ignore:
Timestamp:
01/20/08 00:43:31 (16 years ago)
Author:
bittner
Message:

change to USE_BIT_PVS for timing tests: Warning visualization will probably not work correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.cpp

    r2615 r2617  
    13671367        float renderCost = 0; 
    13681368 
     1369#ifndef USE_BIT_PVS 
    13691370        if (mShowDistanceWeightedPvs) 
    13701371        { 
     
    13791380                return vc->GetPvs().mStats.mWeightedTriangles; 
    13801381        } 
     1382#else 
     1383        return 0.0f; 
     1384#endif 
    13811385} 
    13821386#endif 
Note: See TracChangeset for help on using the changeset viewer.