Ignore:
Timestamp:
08/26/05 23:24:31 (19 years ago)
Author:
mattausch
Message:

added some hack for video recording

File:
1 edited

Legend:

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

    r202 r254  
    8686        void renderModulativeStencilShadowedQueueGroupObjects(RenderQueueGroup* pGroup); 
    8787 
     88        void loadVisibilityConfig(const String& filename); 
     89 
    8890protected: 
    8991         
     
    123125        bool mUseDepthPass; 
    124126        /// flag indicating if we currently render the depth pass 
    125         bool mRenderDepthPass; 
     127        bool mIsDepthPassPhase; 
    126128 
    127129        /// if we use an item buffer for rendering (i.e., object ids as color codes 
    128130        bool mUseItemBuffer; 
    129131        /// if we currently render the item buffer  
    130         bool mRenderItemBuffer; 
     132        bool mIsItemBufferPhase; 
    131133 
    132134        /// if depth write should be enabled 
Note: See TracChangeset for help on using the changeset viewer.