#include <OgreAdvancedRenderControls.h>
- F: Toggle frame rate stats on/off
- G: Toggle advanced frame stats on/off
- P Toggle profiler window on/ off (if compiled with OGRE_PROFILING)
- R: Render mode
- T: Cycle texture filtering
- Bilinear
- Trilinear
- Anisotropic(8)
- None
 
- F2: RTSS: Set the main viewport material scheme to default material manager scheme.
- F3: RTSS: Toggle default shader generator lighting model from per vertex to per pixel.
- F4: RTSS: Switch vertex shader outputs compaction policy.
- F5: Reload all textures
- F6: Take a screenshot 
◆ AdvancedRenderControls()
◆ ~AdvancedRenderControls()
      
        
          | OgreBites::AdvancedRenderControls::~AdvancedRenderControls | ( |  | ) |  | 
      
 
 
◆ keyPressed()
  
  | 
        
          | bool OgreBites::AdvancedRenderControls::keyPressed | ( | const KeyboardEvent & | evt | ) |  |  | virtual | 
 
 
◆ frameRendered()
  
  | 
        
          | void OgreBites::AdvancedRenderControls::frameRendered | ( | const Ogre::FrameEvent & | evt | ) |  |  | virtual | 
 
 
◆ keyReleased()
  
  | 
        
          | virtual bool OgreBites::InputListener::keyReleased | ( | const KeyboardEvent & | evt | ) |  |  | inlinevirtualinherited | 
 
 
◆ touchMoved()
  
  | 
        
          | virtual bool OgreBites::InputListener::touchMoved | ( | const TouchFingerEvent & | evt | ) |  |  | inlinevirtualinherited | 
 
 
◆ touchPressed()
  
  | 
        
          | virtual bool OgreBites::InputListener::touchPressed | ( | const TouchFingerEvent & | evt | ) |  |  | inlinevirtualinherited | 
 
 
◆ touchReleased()
  
  | 
        
          | virtual bool OgreBites::InputListener::touchReleased | ( | const TouchFingerEvent & | evt | ) |  |  | inlinevirtualinherited | 
 
 
◆ mouseMoved()
  
  | 
        
          | virtual bool OgreBites::InputListener::mouseMoved | ( | const MouseMotionEvent & | evt | ) |  |  | inlinevirtualinherited | 
 
 
◆ mouseWheelRolled()
  
  | 
        
          | virtual bool OgreBites::InputListener::mouseWheelRolled | ( | const MouseWheelEvent & | evt | ) |  |  | inlinevirtualinherited | 
 
 
◆ mousePressed()
  
  | 
        
          | virtual bool OgreBites::InputListener::mousePressed | ( | const MouseButtonEvent & | evt | ) |  |  | inlinevirtualinherited | 
 
 
◆ mouseReleased()
  
  | 
        
          | virtual bool OgreBites::InputListener::mouseReleased | ( | const MouseButtonEvent & | evt | ) |  |  | inlinevirtualinherited | 
 
 
The documentation for this class was generated from the following file: