Ignore:
Timestamp:
07/06/07 00:38:58 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2394 r2529  
    36493649                pvs = root->GetPvs(); 
    36503650                UpdateScalarPvsSize(root, pvs.EvalPvsCost(), pvs.GetSize()); 
     3651 
    36513652                return; 
    36523653        } 
     
    36713672        int i = 0; 
    36723673 
     3674        //////// 
     3675        //-- recursivly compute child pvss 
     3676 
    36733677        for (vit = interior->mChildren.begin(); vit != vit_end; ++ vit, ++ i) 
    36743678        { 
    3675                 ////////////////// 
    3676                 //-- recursivly compute child pvss 
    3677                 UpdatePvsForEvaluation(*vit, pvsList[i]/*objPvs*/); 
     3679                UpdatePvsForEvaluation(*vit, pvsList[i]); 
    36783680        } 
    36793681 
     
    37003702                        {  
    37013703                                intersect->Mail(); 
    3702  
    37033704                                pvs.AddSampleDirty(intersect, pvsData.mSumPdf); 
    37043705                        } 
    37053706                } 
    37063707        } 
    3707  
    3708         if (0) pvs.Sort(); 
    37093708 
    37103709        // store pvs in this node 
Note: See TracChangeset for help on using the changeset viewer.