Ignore:
Timestamp:
11/04/05 03:47:27 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r376 r378  
    11651165                 "bspTree"); 
    11661166 
    1167   RegisterOption("ViewCells.minPvsDif", 
     1167  RegisterOption("ViewCells.PostProcessing.minPvsDif", 
     1168                 optInt, 
     1169                 "-view_cells_min_pvs_dif", 
     1170                 "10"); 
     1171   
     1172  RegisterOption("ViewCells.PostProcessing.maxPvs", 
     1173                 optInt, 
     1174                 "-view_cells_max_pvs", 
     1175                 "300"); 
     1176 
     1177  RegisterOption("ViewCells.PostProcessing.minPvs", 
    11681178                 optString, 
    1169                  "-view_cells_min_pvs_dif", 
     1179                 "-view_cells_min_pvs", 
    11701180                 "10"); 
    11711181 
     
    11901200          "100000"); 
    11911201 
    1192   RegisterOption("BspTree.PostProcessing.samples", 
     1202  RegisterOption("ViewCells.PostProcessing.samples", 
    11931203          optInt, 
    11941204          "-bsp_postprocessing_samples=", 
Note: See TracChangeset for help on using the changeset viewer.