Ignore:
Timestamp:
02/26/07 14:52:48 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2161 r2164  
    26572657        if (addSamplesToPvs)  
    26582658        { 
    2659                 hasAbsContribution = viewCell->GetPvs(). 
    2660                         AddSampleDirtyCheck(obj, ray.mPdf); 
     2659                hasAbsContribution = viewCell->GetPvs().AddSampleDirtyCheck(obj, ray.mPdf); 
    26612660                //hasAbsContribution = viewCell->GetPvs().AddSample(obj,ray.mPdf); 
    26622661        } 
     
    26642663        { 
    26652664                hasAbsContribution =  
    2666                         viewCell->GetPvs().GetSampleContribution(obj, 
    2667                         ray.mPdf, 
    2668                         relContribution); 
     2665                        viewCell->GetPvs().GetSampleContribution(obj, ray.mPdf, relContribution); 
    26692666        } 
    26702667 
Note: See TracChangeset for help on using the changeset viewer.