Ignore:
Timestamp:
11/01/06 23:20:53 (18 years ago)
Author:
mattausch
Message:

worked on full render cost evaluation
warning: some change sin render cost evaluation for pvs which could have bugs

File:
1 edited

Legend:

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

    r1679 r1707  
    183183                return a->mPvsSize < b->mPvsSize; 
    184184#else 
    185                 return a->GetPvs().CountObjectsInPvs() < b->GetPvs().CountObjectsInPvs(); 
     185                return a->GetPvs().EvalPvsCost() < b->GetPvs().EvalPvsCost(); 
    186186#endif 
    187187        } 
Note: See TracChangeset for help on using the changeset viewer.