Ignore:
Timestamp:
04/28/08 02:10:37 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2659 r2660  
    806806        ViewCellsParser parser; 
    807807        ViewCellsManager *vm = NULL; 
    808 cout<<"780088"<<endl; 
     808 
    809809        const long startTime = GetTime(); 
    810810        const bool success = parser.ParseViewCellsFile(filename,  
     
    24352435        if (addSamplesToPvs)  
    24362436        { 
    2437                 //if (obj->Type() == Intersectable::TRANSFORMED_MESH_INSTANCE)cout << "here12 " << endl; 
    2438  
    24392437                hasAbsContribution = viewCell->GetPvs().AddSampleDirtyCheck(obj, ray.mPdf); 
    24402438                //hasAbsContribution = viewCell->GetPvs().AddSample(obj,ray.mPdf); 
Note: See TracChangeset for help on using the changeset viewer.