Go to the documentation of this file.
   17 #ifndef GAZEBO_OGRE_H_ 
   18 #define GAZEBO_OGRE_H_ 
   21 #pragma GCC system_header 
   24 #pragma clang diagnostic ignored "-W#warnings" 
   26 #include <OGRE/Ogre.h> 
   27 #include <OGRE/OgreImageCodec.h> 
   28 #include <OGRE/OgreMovableObject.h> 
   29 #include <OGRE/OgreRenderable.h> 
   30 #include <OGRE/OgrePlugin.h> 
   31 #include <OGRE/OgreDataStream.h> 
   32 #include <OGRE/OgreLogManager.h> 
   33 #include <OGRE/OgreWindowEventUtilities.h> 
   34 #include <OGRE/OgreSceneQuery.h> 
   35 #include <OGRE/OgreRoot.h> 
   36 #include <OGRE/OgreSceneManager.h> 
   37 #include <OGRE/OgreSceneNode.h> 
   38 #include <OGRE/OgreVector3.h> 
   39 #include <OGRE/OgreManualObject.h> 
   40 #include <OGRE/OgreMaterialManager.h> 
   41 #include <OGRE/OgreColourValue.h> 
   42 #include <OGRE/OgreQuaternion.h> 
   43 #include <OGRE/OgreMesh.h> 
   44 #include <OGRE/OgreHardwareBufferManager.h> 
   45 #include <OGRE/OgreCamera.h> 
   46 #include <OGRE/OgreNode.h> 
   47 #include <OGRE/OgreSimpleRenderable.h> 
   48 #include <OGRE/OgreFrameListener.h> 
   49 #include <OGRE/OgreTexture.h> 
   50 #include <OGRE/OgreRenderObjectListener.h> 
   51 #include <OGRE/OgreTechnique.h> 
   52 #include <OGRE/OgrePass.h> 
   53 #include <OGRE/OgreTextureUnitState.h> 
   54 #include <OGRE/OgreGpuProgramManager.h> 
   55 #include <OGRE/OgreHighLevelGpuProgramManager.h> 
   56 #include <OGRE/OgreHardwarePixelBuffer.h> 
   57 #include <OGRE/OgreShadowCameraSetupPSSM.h> 
   58 #include <OGRE/Paging/OgrePageManager.h> 
   59 #include <OGRE/Paging/OgrePagedWorld.h> 
   60 #include <OGRE/Terrain/OgreTerrainPaging.h> 
   61 #include <OGRE/Terrain/OgreTerrainMaterialGeneratorA.h> 
   62 #include <OGRE/Terrain/OgreTerrain.h> 
   63 #include <OGRE/Terrain/OgreTerrainGroup.h> 
   65 #if OGRE_VERSION_MAJOR > 1 || OGRE_VERSION_MINOR >= 7 
   66 #include <OGRE/RTShaderSystem/OgreRTShaderSystem.h> 
   69 #if OGRE_VERSION_MAJOR > 1 || OGRE_VERSION_MINOR >= 9 
   70 #include <OGRE/Overlay/OgreOverlayManager.h> 
   71 #include <OGRE/Overlay/OgreOverlayElement.h> 
   72 #include <OGRE/Overlay/OgreOverlayContainer.h> 
   73 #include <OGRE/Overlay/OgreFontManager.h> 
   74 #include <OGRE/Overlay/OgreOverlaySystem.h> 
   76 #include <OGRE/OgreFontManager.h>