Ignore:
Timestamp:
04/10/06 21:09:43 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r736 r744  
    12511251        //-- compute pvs difference 
    12521252        const float newPvs =  
    1253 #if 0 
     1253#if 1 // not valid if not using const cost per object!! 
    12541254                ComputeMergedPvsSize(mc.mLeftViewCell->GetPvs(),  
    12551255                                                         mc.mRightViewCell->GetPvs()); 
Note: See TracChangeset for help on using the changeset viewer.