- Timestamp:
- 02/05/06 03:18:00 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp
r591 r592 54 54 environment->GetIntValue("ViewCells.Construction.samplesPerPass", mSamplesPerPass); 55 55 environment->GetBoolValue("ViewCells.exportToFile", mExportViewCells); 56 environment->GetBoolValue("ViewCells.PostProcess.e", mUseMerge);56 //environment->GetBoolValue("ViewCells.PostProcess.e", mUseMerge); 57 57 58 58 environment->GetIntValue("ViewCells.active", mNumMergedViewCells); … … 1153 1153 int merged; 1154 1154 1155 const bool mergeBspLeaves = false; 1156 if (mergeBspLeaves) 1155 if (mMergeViewCells) 1157 1156 { 1158 1157 cout << "starting post processing using " << mPostProcessSamples << " samples ... "; -
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.h
r591 r592 465 465 bool mUseRaysForMerge; 466 466 467 bool mMergeViewCells; 467 468 468 469 //-- visualization options
Note: See TracChangeset
for help on using the changeset viewer.