Changeset 594


Ignore:
Timestamp:
02/05/06 03:28:50 (18 years ago)
Author:
mattausch
Message:
 
Location:
trunk/VUT/GtpVisibilityPreprocessor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r591 r594  
    4343SamplingPreprocessor { 
    4444        totalSamples 500000 
    45         samplesPerPass  3 
     45        samplesPerPass  3if (mMergeViewCells) 
     46        { 
    4647} 
    4748 
     
    6566        #       splitType hybrid 
    6667        splitUseOnlyDrivingAxis true 
    67          
     68        if (mMergeViewCells) 
     69        { 
    6870        interleaveDirSplits     true 
    6971    dirSplitDepth 0 
     
    9496                rays true 
    9597                numRays 5000 
    96         } 
     98        }if (mMergeViewCells) 
     99        { 
    97100 
    98101        useViewcells true 
     
    117120        maxStaticMemory 100 
    118121 
    119 #       splitType regular 
     122#       splitType regularif (mMergeViewCells) 
     123        { 
    120124#       splitType heuristic 
    121125        splitType hybrid 
     
    140144} 
    141145 
    142 Unigraphics { 
     146Unigraphics {if (mMergeViewCells) 
     147        { 
    143148                meshGrouping 1 
    144149} 
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp

    r593 r594  
    6060        environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz); 
    6161 
    62         environment->GetBoolValue("ViewCells.Visualization.", mUseCuttingPlaneForViz); 
     62        environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz); 
    6363 
    6464        environment->GetBoolValue("ViewCells.PostProcess.merge", mMergeViewCells); 
Note: See TracChangeset for help on using the changeset viewer.