Ignore:
Timestamp:
11/07/06 21:32:10 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.h

    r1695 r1723  
    196196 
    197197        int mPass; 
    198    
    199   bool mDelayVisibilityComputation; 
    200   bool mStopComputation; 
     198  
     199    bool mDelayVisibilityComputation; 
     200        bool mStopComputation; 
    201201   
    202202        bool mExportObj; 
    203  
    204203 
    205204protected: 
     
    231230        GlRendererBuffer *renderer; 
    232231 
    233  
     232        /// if box around view space should be used 
     233        bool mUseViewSpaceBox; 
    234234}; 
    235235 
Note: See TracChangeset for help on using the changeset viewer.