Ignore:
Timestamp:
01/21/06 18:32:30 (18 years ago)
Author:
bittner
Message:

rss sampling changes, preprocessor::GenerateRays?

File:
1 edited

Legend:

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

    r547 r563  
    14341434                                        "false"); 
    14351435 
     1436        RegisterOption("Preprocessor.pvsRenderErrorSamples", 
     1437                                   optInt, 
     1438                                   "pvsRenderErrorSamples=", 
     1439                                   "10000"); 
     1440 
    14361441        RegisterOption("Preprocessor.useGlDebugger", 
    14371442                                        optBool, 
     
    16751680        RegisterOption("RssPreprocessor.Export.numRays", optInt, "rss_export_num_rays=", "5000"); 
    16761681        RegisterOption("RssPreprocessor.useViewcells", optBool, "rss_use_viewcells", "false"); 
    1677         RegisterOption("RssPreprocessor.updateSubdivision", optBool, "rss_update_subdivision", "false"); 
     1682        RegisterOption("RssPreprocessor.updateSubdivision", 
     1683                                   optBool, 
     1684                                   "rss_update_subdivision", 
     1685                                   "false"); 
    16781686 
    16791687 
Note: See TracChangeset for help on using the changeset viewer.