Ignore:
Timestamp:
02/05/06 03:28:50 (18 years ago)
Author:
mattausch
Message:
 
File:
1 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} 
Note: See TracChangeset for help on using the changeset viewer.