Changeset 1825 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 11/29/06 11:01:58 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
r1786 r1825 2518 2518 optFloat, 2519 2519 "bvh_construction_use_initial_max_area_ratio=", 2520 "0. 1");2520 "0.9"); 2521 2521 2522 2522 RegisterOption("BvHierarchy.minRaysForVisibility", -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1824 r1825 119 119 120 120 // mix of sampling strategies 121 if ( 0)121 if (1) 122 122 { 123 123 mStrategies.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION); … … 6205 6205 6206 6206 // mix of sampling strategies 6207 if ( 0)6207 if (1) 6208 6208 { 6209 6209 evalStrats.push_back(SamplingStrategy::OBJECT_BASED_DISTRIBUTION);
Note: See TracChangeset
for help on using the changeset viewer.