Ignore:
Timestamp:
04/26/06 08:11:30 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r811 r822  
    20222022                                        optFloat, 
    20232023                                        "vsp_bsp_construction_min_band=", 
    2024                                         "0.4"); 
     2024                                        "0.1"); 
    20252025 
    20262026        RegisterOption("VspBspTree.Construction.maxBand", 
    20272027                                        optFloat, 
    20282028                                        "vsp_bsp_construction_min_band=", 
    2029                                         "0.6"); 
     2029                                        "0.9"); 
     2030 
     2031        RegisterOption("VspBspTree.Construction.useDrivingAxisForMaxCost", 
     2032                                        optBool, 
     2033                                        "vsp_bsp_construction_use_drivingaxis_for_maxcost=", 
     2034                                        "false"); 
    20302035 
    20312036        RegisterOption("VspBspTree.Construction.epsilon", 
Note: See TracChangeset for help on using the changeset viewer.