Ignore:
Timestamp:
07/18/06 13:26:02 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp

    r1134 r1139  
    22122212                                        "0.99"); 
    22132213 
    2214         RegisterOption("VspTree.pvsCountMethod", 
    2215                                         optInt, 
    2216                                         "vsp_pvs_count_method=", 
    2217                                         "1"); 
     2214        RegisterOption("VspTree.useKdPvs", 
     2215                                        optBool, 
     2216                                        "vsp_pvs_use_kd_pvs=", 
     2217                                        "true"); 
    22182218 
    22192219         
     
    23072307                        "osp_construction_render_cost_decrease_weight=", 
    23082308                        "0.99"); 
    2309  
    2310         RegisterOption("OspTree.Construction.useEqualWeightForHeuristics", 
    2311                 optBool, 
    2312                 "osp_construction_use_equal_weight_for_heuristics=", 
    2313                 "false"); 
    23142309 
    23152310 
Note: See TracChangeset for help on using the changeset viewer.