Ignore:
Timestamp:
01/05/06 20:41:52 (19 years ago)
Author:
mattausch
Message:

added mesh creation function

File:
1 edited

Legend:

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

    r501 r503  
    12291229                                 "view_cells_max_pvs=", 
    12301230                                 "300"); 
    1231  
    1232   RegisterOption("ViewCells.PostProcess.minPvsDif", 
    1233                                  optInt, 
    1234                                  "view_cells_post_process_min_pvs_dif=", 
    1235                                  "10"); 
    1236  
    1237   RegisterOption("ViewCells.PostProcess.maxPvs", 
    1238                                  optInt, 
    1239                                  "view_cells_post_process_max_pvs=", 
    1240                                  "300"); 
    1241  
    1242   RegisterOption("ViewCells.PostProcess.minPvs", 
    1243                                  optString, 
    1244                                  "view_cells_post_process_min_pvs", 
    1245                                  "10"); 
    1246    
     1231  
    12471232  RegisterOption("ViewCells.filename", 
    12481233                 optString, 
Note: See TracChangeset for help on using the changeset viewer.