Changeset 1826 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 11/29/06 11:13:54 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1825 r1826 32 32 33 33 // $$JB HACK 34 #define USE_KD_PVS 134 #define USE_KD_PVS 0 35 35 #define KD_PVS_AREA (1e-5f) 36 36 … … 133 133 //mStrategies.push_back(SamplingStrategy::REVERSE_VIEWSPACE_BORDER_BASED_DISTRIBUTION); 134 134 } 135 136 137 Debug << "casting strategies: "; 138 for (int i = 0; i < (int)mStrategies.size(); ++ i) 139 Debug << mStrategies[i] << " "; 140 Debug << endl; 135 141 136 142 // sampling type for view cells construction samples … … 6225 6231 cout << "casting surface strategies" << endl; 6226 6232 } 6233 6234 Debug << "casting eval strategies: "; 6235 for (int i = 0; i < (int)evalStrats.size(); ++ i) 6236 Debug << evalStrats[i] << " "; 6237 Debug << endl; 6227 6238 6228 6239 while (castSamples < numSamples)
Note: See TracChangeset
for help on using the changeset viewer.