Changeset 478 for trunk/VUT/GtpVisibilityPreprocessor/src/Environment.cpp
- Timestamp:
- 12/22/05 18:32:39 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Environment.cpp
r473 r478 1187 1187 "bspTree"); 1188 1188 1189 RegisterOption("ViewCells.PostProcess ing.samples",1189 RegisterOption("ViewCells.PostProcess.samples", 1190 1190 optInt, 1191 "- bsp_postprocessing_samples=",1191 "-view_cells_postprocess_samples=", 1192 1192 "200000"); 1193 1193 … … 1207 1207 "0"); 1208 1208 1209 RegisterOption("ViewCells.PostProcess ing.minPvsDif",1209 RegisterOption("ViewCells.PostProcess.minPvsDif", 1210 1210 optInt, 1211 "-view_cells_post_process ing_min_pvs_dif",1211 "-view_cells_post_process_min_pvs_dif", 1212 1212 "10"); 1213 1213 1214 RegisterOption("ViewCells.PostProcess ing.maxPvs",1214 RegisterOption("ViewCells.PostProcess.maxPvs", 1215 1215 optInt, 1216 "-view_cells_post_process ing_max_pvs",1216 "-view_cells_post_process_max_pvs", 1217 1217 "300"); 1218 1218 1219 RegisterOption("ViewCells.PostProcess ing.minPvs",1219 RegisterOption("ViewCells.PostProcess.minPvs", 1220 1220 optString, 1221 "-view_cells_post_process ing_min_pvs",1221 "-view_cells_post_process_min_pvs", 1222 1222 "10"); 1223 1223 … … 1667 1667 "1.5"); 1668 1668 1669 RegisterOption("VspBspTree.Termination.maxViewCells", 1670 optInt, 1671 "-vsp_bsp_term_axis_aligned_max_view_cells=", 1672 "1000"); 1673 1669 1674 RegisterOption("VspBspTree.Termination.maxCostRatio", 1670 1675 optFloat, … … 1750 1755 RegisterOption("VspBspTree.Factor.pvs", optFloat, "-vsp_bsp_factor_pvs=", "1.0"); 1751 1756 1757 RegisterOption("VspBspTree.PostProcess.maxCostRatio", 1758 optFloat, 1759 "-vsp_bsp_post_process_max_cost_ratio=", 1760 "1.5"); 1761 1762 RegisterOption("VspBspTree.PostProcess.minViewCells", 1763 optInt, 1764 "vsp_bsp_term_post_process_min_view_cells=", 1765 "1000"); 1766 1767 RegisterOption("VspBspTree.PostProcess.maxPvsSize", 1768 optInt, 1769 "vsp_bsp_term_post_process_max_pvs_size=", 1770 "100"); 1771 1752 1772 ////////////////////////////////////////////////////////////////////////////////// 1753 1773 }
Note: See TracChangeset
for help on using the changeset viewer.