Changeset 596 for trunk/VUT/GtpVisibilityPreprocessor
- Timestamp:
- 02/05/06 04:02:34 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env
r595 r596 43 43 SamplingPreprocessor { 44 44 totalSamples 500000 45 samplesPerPass 3if (mMergeViewCells) 46 { 45 samplesPerPass 3 47 46 } 48 47 … … 66 65 # splitType hybrid 67 66 splitUseOnlyDrivingAxis true 68 if (mMergeViewCells) 69 { 67 70 68 interleaveDirSplits true 71 69 dirSplitDepth 0 … … 96 94 rays true 97 95 numRays 5000 98 }if (mMergeViewCells) 99 { 96 } 100 97 101 98 useViewcells true 102 99 updateSubdivision true 103 loadI fnitialSamples false100 loadInitialSamples false 104 101 storeInitialSamples false 105 102 } … … 120 117 maxStaticMemory 100 121 118 122 # splitType regularif (mMergeViewCells) 123 { 119 # splitType regular 124 120 # splitType heuristic 125 121 splitType hybrid … … 144 140 } 145 141 146 Unigraphics {if (mMergeViewCells) 147 { 142 Unigraphics { 148 143 meshGrouping 1 149 144 } … … 181 176 # samples used for view cell construction 182 177 Construction { 183 samples 800000184 samplesPerPass 300000178 samples 600000 179 samplesPerPass 200000 185 180 } 186 181 … … 218 213 refine false 219 214 compress true 215 merge false 220 216 } 221 217 -
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp
r595 r596 167 167 while (numSamples < n) 168 168 { 169 cout << "casting " << mSamplesPerPass << " samples ... ";169 cout << "casting " << mSamplesPerPass << " samples of " << n << " ... "; 170 170 VssRayContainer constructionSamples; 171 171
Note: See TracChangeset
for help on using the changeset viewer.