Ignore:
Timestamp:
06/08/05 17:44:48 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/include/OgrePlatformHierarchyInterface.h

    r120 r121  
    8787        bool GetUseOptimization(); 
    8888 
     89        /** true if bounding box query is currently active. */ 
     90    bool IsBoundingBoxQuery(); 
     91 
    8992protected: 
    9093        /** materials for visualizing frustum and query culled nodes */ 
     
    129132        bool mOnlyShadowCasters; 
    130133        bool mLeaveTransparentsInQueue; 
     134        bool mIsBoundingBoxQuery; 
    131135}; 
    132136 
Note: See TracChangeset for help on using the changeset viewer.