Ignore:
Timestamp:
02/05/06 03:48:48 (18 years ago)
Author:
mattausch
Message:

jnkbbjnbjhbjk

File:
1 edited

Legend:

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

    r594 r595  
    5050        environment->GetIntValue("ViewCells.Construction.samples", mConstructionSamples); 
    5151        environment->GetIntValue("ViewCells.PostProcess.samples", mPostProcessSamples); 
     52        environment->GetBoolValue("ViewCells.PostProcess.useRaysForMerge", mUseRaysForMerge); 
     53 
    5254        environment->GetIntValue("ViewCells.Visualization.samples", mVisualizationSamples); 
    5355 
     
    5860        environment->GetIntValue("ViewCells.active", mNumMergedViewCells); 
    5961        environment->GetBoolValue("ViewCells.PostProcess.compress", mCompressViewCells); 
    60         environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz); 
    61  
    6262        environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz); 
    6363 
Note: See TracChangeset for help on using the changeset viewer.