Ignore:
Timestamp:
05/03/07 18:46:37 (17 years ago)
Author:
mattausch
Message:

debug version

File:
1 edited

Legend:

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

    r2342 r2347  
    17081708 
    17091709 
    1710  
    17111710float ViewCellsManager::ComputeRenderCost(const int tri, const int obj) //const 
    17121711{ 
     1712        return (float)tri; 
    17131713        return max((float)tri * mTriangleWeight, (float)obj * mObjectWeight); 
    17141714} 
     
    20872087                        sum += ComputeSampleContribution(*(*it), addContributions, storeViewCells, useHitObjects); 
    20882088                } 
    2089  
    20902089        } 
    20912090 
Note: See TracChangeset for help on using the changeset viewer.