Ignore:
Timestamp:
11/10/06 02:09:56 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1736 r1738  
    266266{ 
    267267        SubdivisionCandidate *splitCandidate = splitQueue.Top(); 
     268 
     269        if (splitCandidate->IsDirty()) 
     270                splitCandidate->EvalCandidate(); 
     271 
    268272        splitQueue.Pop(); 
    269273 
     
    18371841 
    18381842                // hack: should not be done here 
    1839                 ObjectPvsMap::const_iterator oit, oit_end = pvs.mEntries.end(); 
     1843                ObjectPvsEntries::const_iterator oit, oit_end = pvs.mEntries.end(); 
    18401844 
    18411845                for (oit = pvs.mEntries.begin(); oit != oit_end; ++ oit) 
     
    19371941                { 
    19381942                        subStats.mTotalRenderCost -= subStats.mRenderCostDecrease; 
    1939                         subStats.mEntriesInPvs += entriesIncr; 
     1943                        //subStats.mEntriesInPvs += entriesIncr; 
    19401944 
    19411945                        // if (rcDecr <= 0) 
Note: See TracChangeset for help on using the changeset viewer.