Changeset 1002 for GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
- Timestamp:
- 06/07/06 10:59:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp
r1001 r1002 245 245 void 246 246 Environment::RegisterOption(const char *name, 247 248 249 247 const EOptType type, 248 const char *abbrev, 249 const char *defValue) 250 250 { 251 251 int i; … … 2154 2154 RegisterOption("VspBspTree.Construction.renderCostWeight", 2155 2155 optFloat, 2156 " -vsp_bsp_post_process_render_cost_weight",2156 "vsp_bsp_post_process_render_cost_weight=", 2157 2157 "0.5"); 2158 2158
Note: See TracChangeset
for help on using the changeset viewer.