Ignore:
Timestamp:
01/23/06 02:56:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Environment.cpp

    r563 r564  
    12661266                "false"); 
    12671267 
    1268  
     1268        RegisterOption("ViewCells.pruneEmptyViewCells", 
     1269                optBool, 
     1270                "-view_cells_prune_empty_view_cells", 
     1271                "false"); 
     1272 
     1273        RegisterOption("ViewCells.processOnlyValidViewCells", 
     1274                optBool, 
     1275                "-view_cells_process_only_valid_view_cells", 
     1276                "false"); 
     1277         
    12691278        /************************************************************************************/ 
    12701279        /*                         Render simulation related options                        */ 
     
    18481857                "vsp_bsp_max_static_mem=",  
    18491858                "8.0"); 
    1850          
     1859 
     1860        RegisterOption("VspBspTree.Visualization.exportMergedViewCells", 
     1861                optBool,  
     1862                "vsp_bsp_viz_export_merged_viewcells=",  
     1863                "false"); 
     1864 
     1865        RegisterOption("VspBspTree.PostProcess.exportMergeStats", 
     1866                optBool,  
     1867                "vsp_bsp_viz_export_merge_stats=",  
     1868                "false"); 
     1869 
    18511870        ////////////////////////////////////////////////////////////////////////////////// 
    18521871} 
Note: See TracChangeset for help on using the changeset viewer.