Ignore:
Timestamp:
06/20/08 02:26:30 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2782 r2786  
    109109        */ 
    110110        void SetUseMultiQueries(bool useMultiQueries); 
     111        /** If thight bounds should be used or the bounding boxes should be tested. 
     112        */ 
     113        void SetUseTightBounds(bool useTightBounds); 
    111114 
    112115protected: 
     
    171174 
    172175        bool mUseMultiQueries; 
     176 
     177        bool mUseTightBounds; 
    173178}; 
    174179 
Note: See TracChangeset for help on using the changeset viewer.