Ignore:
Timestamp:
01/24/07 15:59:29 (17 years ago)
Author:
bittner
Message:
 
File:
1 edited

Legend:

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

    r2048 r2051  
    24562456                  PvsFilterStatistics fstat = ApplyFilter2(viewcell, 
    24572457                                                                                                   false, 
    2458                                                                                                    1.0f, 
     2458                                                                                                   mFilterWidth, 
    24592459                                                                                                   filteredPvs); 
    24602460                   
     
    35053505          } 
    35063506#else 
    3507           radius = 0.5f*globalRadius + 0.5f*localRadius; 
    3508  
     3507 
     3508          //      radius = 0.5f*globalRadius + 0.5f*localRadius; 
     3509          radius = Min(globalRadius, localRadius); 
     3510           
    35093511          if (localRadius > globalRadius)  
    35103512                stats.mLocalFilterCount++; 
Note: See TracChangeset for help on using the changeset viewer.