Ignore:
Timestamp:
12/15/06 23:40:27 (18 years ago)
Author:
bittner
Message:

experiments with different contribution computations

File:
1 edited

Legend:

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

    r1895 r1900  
    18401840          "preprocessor_use_viewspace_box=", 
    18411841          "false");    
     1842 
     1843   RegisterOption("Preprocessor.Export.rays", optBool, "export_rays=", "false"); 
     1844        RegisterOption("Preprocessor.Export.numRays", optInt, "export_num_rays=", "5000"); 
    18421845    
    18431846        /*************************************************************************/ 
     
    19621965        RegisterOption("RssPreprocessor.Export.pvs", optBool, "rss_export_pvs=", "false"); 
    19631966        RegisterOption("RssPreprocessor.Export.rssTree", optBool, "rss_export_rss_tree=", "false"); 
    1964         RegisterOption("RssPreprocessor.Export.rays", optBool, "rss_export_rays=", "false"); 
    1965         RegisterOption("RssPreprocessor.Export.numRays", optInt, "rss_export_num_rays=", "5000"); 
     1967 
    19661968        RegisterOption("RssPreprocessor.useViewcells", optBool, "rss_use_viewcells=", "false"); 
    19671969        RegisterOption("RssPreprocessor.updateSubdivision", 
Note: See TracChangeset for help on using the changeset viewer.