Ignore:
Timestamp:
12/14/05 15:25:44 (19 years ago)
Author:
bittner
Message:
 
File:
1 edited

Legend:

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

    r463 r464  
    15531553  RegisterOption("RssTree.splitType", optString, "split=", "queries"); 
    15541554  RegisterOption("RssTree.splitUseOnlyDrivingAxis", optBool, "splitdriving=", "false"); 
    1555   RegisterOption("RssTree.useRss", optBool, "rss=", "false"); 
    15561555   
    15571556  RegisterOption("RssTree.numberOfEndPointDomains", optInt, "endpoints=", "10000"); 
     
    15741573  RegisterOption("RssTree.dirSplitDepth", optInt, "dirsplidepth=", "10"); 
    15751574 
    1576  
     1575  RegisterOption("RssPreprocessor.Export.pvs", optBool, "rss_export_pvs", "false"); 
     1576  RegisterOption("RssPreprocessor.Export.rssTree", optBool, "rss_export_rss_tree", "false"); 
     1577  RegisterOption("RssPreprocessor.Export.rays", optBool, "rss_export_rays", "false"); 
     1578  RegisterOption("RssPreprocessor.Export.numRays", optInt, "rss_export_num_rays=", "5000"); 
     1579  RegisterOption("RssPreprocessor.useViewcells", optBool, "rss_use_viewcells", "false"); 
     1580  RegisterOption("RssPreprocessor.updateSubdivision", optBool, "rss_update_subdivision", "false"); 
     1581 
     1582   
    15771583  /************************************************************************************/ 
    15781584  /*               View space partition BSP tree related options                      */ 
Note: See TracChangeset for help on using the changeset viewer.