Ignore:
Timestamp:
02/05/06 03:18:00 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp

    r591 r592  
    5454        environment->GetIntValue("ViewCells.Construction.samplesPerPass", mSamplesPerPass); 
    5555        environment->GetBoolValue("ViewCells.exportToFile", mExportViewCells); 
    56         environment->GetBoolValue("ViewCells.PostProcess.e", mUseMerge); 
     56        //environment->GetBoolValue("ViewCells.PostProcess.e", mUseMerge); 
    5757         
    5858        environment->GetIntValue("ViewCells.active", mNumMergedViewCells); 
     
    11531153        int merged; 
    11541154         
    1155         const bool mergeBspLeaves = false; 
    1156         if (mergeBspLeaves) 
     1155        if (mMergeViewCells) 
    11571156        { 
    11581157                cout << "starting post processing using " << mPostProcessSamples << " samples ... "; 
Note: See TracChangeset for help on using the changeset viewer.