Ignore:
Timestamp:
02/20/07 15:37:34 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TerrainFrameListener.h

    r2108 r2145  
    225225        */ 
    226226        void toggleUseDepthPass(); 
     227 
     228        void toggleFlushQueue(); 
     229 
    227230        /** Toggles whether the visualization is shown. 
    228231        */ 
    229232        void toggleShowViz(); 
     233 
    230234        /** Toggles whether the frames are recorded. 
    231235        */ 
     
    360364        bool mShowViewCells; 
    361365        bool mUseDepthPass; 
     366        bool mFlushQueue; 
    362367        bool mShowVisualization; 
    363368        bool mCullCamera; 
Note: See TracChangeset for help on using the changeset viewer.