Changeset 596


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

Legend:

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

    r595 r596  
    4343SamplingPreprocessor { 
    4444        totalSamples 500000 
    45         samplesPerPass  3if (mMergeViewCells) 
    46         { 
     45        samplesPerPass  3 
    4746} 
    4847 
     
    6665        #       splitType hybrid 
    6766        splitUseOnlyDrivingAxis true 
    68         if (mMergeViewCells) 
    69         { 
     67         
    7068        interleaveDirSplits     true 
    7169    dirSplitDepth 0 
     
    9694                rays true 
    9795                numRays 5000 
    98         }if (mMergeViewCells) 
    99         { 
     96        } 
    10097 
    10198        useViewcells true 
    10299        updateSubdivision true 
    103         loadIfnitialSamples false 
     100        loadInitialSamples false 
    104101        storeInitialSamples false 
    105102} 
     
    120117        maxStaticMemory 100 
    121118 
    122 #       splitType regularif (mMergeViewCells) 
    123         { 
     119#       splitType regular 
    124120#       splitType heuristic 
    125121        splitType hybrid 
     
    144140} 
    145141 
    146 Unigraphics {if (mMergeViewCells) 
    147         { 
     142Unigraphics { 
    148143                meshGrouping 1 
    149144} 
     
    181176        # samples used for view cell construction 
    182177        Construction { 
    183                 samples 800000 
    184                 samplesPerPass 300000 
     178                samples 600000 
     179                samplesPerPass 200000 
    185180        } 
    186181 
     
    218213                refine false 
    219214                compress true 
     215                merge false 
    220216        } 
    221217 
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp

    r595 r596  
    167167        while (numSamples < n) 
    168168        { 
    169                 cout << "casting " << mSamplesPerPass << " samples ... "; 
     169                cout << "casting " << mSamplesPerPass << " samples of " << n << " ... "; 
    170170                VssRayContainer constructionSamples; 
    171171 
Note: See TracChangeset for help on using the changeset viewer.