Changeset 594 for trunk/VUT/GtpVisibilityPreprocessor
- Timestamp:
- 02/05/06 03:28:50 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env
r591 r594 43 43 SamplingPreprocessor { 44 44 totalSamples 500000 45 samplesPerPass 3 45 samplesPerPass 3if (mMergeViewCells) 46 { 46 47 } 47 48 … … 65 66 # splitType hybrid 66 67 splitUseOnlyDrivingAxis true 67 68 if (mMergeViewCells) 69 { 68 70 interleaveDirSplits true 69 71 dirSplitDepth 0 … … 94 96 rays true 95 97 numRays 5000 96 } 98 }if (mMergeViewCells) 99 { 97 100 98 101 useViewcells true … … 117 120 maxStaticMemory 100 118 121 119 # splitType regular 122 # splitType regularif (mMergeViewCells) 123 { 120 124 # splitType heuristic 121 125 splitType hybrid … … 140 144 } 141 145 142 Unigraphics { 146 Unigraphics {if (mMergeViewCells) 147 { 143 148 meshGrouping 1 144 149 } -
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.cpp
r593 r594 60 60 environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz); 61 61 62 environment->GetBoolValue("ViewCells.Visualization. ", mUseCuttingPlaneForViz);62 environment->GetBoolValue("ViewCells.Visualization.useCuttingPlane", mUseCuttingPlaneForViz); 63 63 64 64 environment->GetBoolValue("ViewCells.PostProcess.merge", mMergeViewCells);
Note: See TracChangeset
for help on using the changeset viewer.