Ignore:
Timestamp:
06/20/08 09:10:28 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/RenderTraverser.h

    r2787 r2790  
    115115        */ 
    116116        void SetUseTightBounds(bool useTightBounds); 
     117        /** If bounds should be shown 
     118        */ 
     119        void SetShowBounds(bool showBounds); 
    117120 
    118121protected: 
     
    179182 
    180183        bool mUseTightBounds; 
     184 
     185        bool mShowBounds; 
    181186}; 
    182187 
Note: See TracChangeset for help on using the changeset viewer.