Changeset 121 for trunk/VUT/Ogre/include


Ignore:
Timestamp:
06/08/05 17:44:48 (19 years ago)
Author:
mattausch
Message:
 
Location:
trunk/VUT/Ogre/include
Files:
2 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 
  • trunk/VUT/Ogre/include/OgreVisibilityTerrainSceneManager.h

    r119 r121  
    5959        void WriteLog(); 
    6060 
    61         /** Override pass so we can do the z-fail pass */ 
     61        /** Override pass so we can do the z-fail pass.  
     62        */ 
    6263        Pass* setPass(Pass* pass); 
     64 
     65        /** Override from SceneManager so we can skip all but first pass for depth pass.  
     66        */ 
     67        bool validatePassForRendering(Pass* pass); 
    6368 
    6469protected: 
Note: See TracChangeset for help on using the changeset viewer.