Ignore:
Timestamp:
03/06/06 19:02:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r675 r676  
    12761276        RegisterOption("ViewCells.exportToFile", 
    12771277                                        optBool, 
    1278                                         "view_cells_export_to_file", 
     1278                                        "view_cells_export_to_file=", 
     1279                                        "false"); 
     1280 
     1281        RegisterOption("ViewCells.PostProcess.emptyViewCellsMergeAllowed", 
     1282                                        optBool, 
     1283                                        "view_cells_post_process_empty_view_cells_merge_allowed=" 
    12791284                                        "false"); 
    12801285 
     
    15651570        RegisterOption("Preprocessor.samplesFilename", 
    15661571                                        optString, 
    1567                                         "-preprocessor_samples_filename=", 
     1572                                        "preprocessor_samples_filename=", 
    15681573                                        "rays.out"); 
    15691574 
     
    17171722        RegisterOption("VspKdTree.Termination.missTolerance", 
    17181723                        optInt, 
    1719                         "-vsp_kd_term_miss_tolerance=", 
     1724                        "vsp_kd_term_miss_tolerance=", 
    17201725                        "4"); 
    17211726 
     
    19972002                        "0.1"); 
    19982003 
    1999         RegisterOption("VspBspTree.Factor.leastRaySplits", optFloat, "-vsp_bsp_factor_least_ray_splits=", "1.0"); 
    2000         RegisterOption("VspBspTree.Factor.balancedRays", optFloat, "-vsp_bsp_factor_balanced_rays=", "1.0"); 
    2001         RegisterOption("VspBspTree.Factor.pvs", optFloat, "-vsp_bsp_factor_pvs=", "1.0"); 
     2004        RegisterOption("VspBspTree.Factor.leastRaySplits",  
     2005                                        optFloat,  
     2006                                        "vsp_bsp_factor_least_ray_splits=",  
     2007                                        "1.0"); 
     2008 
     2009        RegisterOption("VspBspTree.Factor.balancedRays",  
     2010                                        optFloat,  
     2011                                        "vsp_bsp_factor_balanced_rays=",  
     2012                                        "1.0"); 
     2013 
     2014        RegisterOption("VspBspTree.Factor.pvs",  
     2015                                        optFloat,  
     2016                                        "vsp_bsp_factor_pvs=",  
     2017                                        "1.0"); 
    20022018         
    20032019        RegisterOption("VspBspTree.Construction.renderCostWeight", 
Note: See TracChangeset for help on using the changeset viewer.