Ignore:
Timestamp:
12/16/06 14:51:13 (18 years ago)
Author:
mattausch
Message:

added kd pvs as option to view cells manager to avoid errors when updating the svn from jiri

File:
1 edited

Legend:

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

    r1900 r1902  
    15491549                "false"); 
    15501550 
     1551        RegisterOption("ViewCells.useKdPvs", 
     1552                optBool,  
     1553                "view_cells_use_kd_pvs=",  
     1554                "false"); 
     1555 
     1556 
    15511557 
    15521558        /****************************************************************************/ 
     
    19992005 
    20002006        RegisterOption("VspBspTree.useSplitCostQueue", 
    2001                 optBool, 
    2002                 "vsp_bsp_use_split_cost_queue=", 
    2003                 "true"); 
     2007                                        optBool, 
     2008                                        "vsp_bsp_use_split_cost_queue=", 
     2009                                        "true"); 
    20042010 
    20052011        RegisterOption("VspBspTree.Termination.globalCostMissTolerance", 
Note: See TracChangeset for help on using the changeset viewer.