Ignore:
Timestamp:
01/01/06 06:25:55 (19 years ago)
Author:
mattausch
Message:

fixed bug in raycasting
added valid view point regions, get view point only from valid regions

File:
1 edited

Legend:

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

    r486 r487  
    12071207                 "0"); 
    12081208 
     1209   
     1210  RegisterOption("ViewCells.maxPvs", 
     1211                 optInt, 
     1212                 "-view_cells_max_pvs", 
     1213                 "300"); 
     1214 
    12091215  RegisterOption("ViewCells.PostProcess.minPvsDif", 
    12101216                 optInt, 
Note: See TracChangeset for help on using the changeset viewer.