Changeset 592


Ignore:
Timestamp:
02/05/06 03:18:00 (18 years ago)
Author:
mattausch
Message:
 
Location:
trunk/VUT/GtpVisibilityPreprocessor/src
Files:
2 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 ... "; 
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.h

    r591 r592  
    465465        bool mUseRaysForMerge; 
    466466         
     467        bool mMergeViewCells; 
    467468         
    468469        //-- visualization options 
Note: See TracChangeset for help on using the changeset viewer.