Changeset 1756


Ignore:
Timestamp:
11/15/06 10:01:27 (18 years ago)
Author:
bittner
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Environment.cpp

    r1744 r1756  
    17681768                                   optBool, 
    17691769                                   "preprocessor_apply_filter=", 
    1770                                    "true"); 
     1770                                   "false"); 
    17711771         
    17721772        RegisterOption("Preprocessor.applyVisibilitySpatialFilter", 
    17731773                                   optBool, 
    17741774                                   "preprocessor_apply_spatial_filter=", 
    1775                                    "true"); 
     1775                                   "false"); 
    17761776 
    17771777        RegisterOption("Preprocessor.visibilityFilterWidth", 
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp

    r1751 r1756  
    27132713          box.Enlarge(Vector3(radius)); 
    27142714 
     2715           
    27152716          ObjectContainer objects; 
    27162717          // $$ warning collect objects takes only unmailed ones! 
Note: See TracChangeset for help on using the changeset viewer.