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/OgreBillboard.h> 28 #include <OGRE/OgreImageCodec.h> 29 #include <OGRE/OgreMovableObject.h> 30 #include <OGRE/OgreRenderable.h> 31 #include <OGRE/OgrePlugin.h> 32 #include <OGRE/OgreDataStream.h> 33 #include <OGRE/OgreLogManager.h> 34 #include <OGRE/OgreWindowEventUtilities.h> 35 #include <OGRE/OgreSceneQuery.h> 36 #include <OGRE/OgreRoot.h> 37 #include <OGRE/OgreSceneManager.h> 38 #include <OGRE/OgreSceneNode.h> 39 #include <OGRE/OgreVector3.h> 40 #include <OGRE/OgreManualObject.h> 41 #include <OGRE/OgreMaterialManager.h> 42 #include <OGRE/OgreColourValue.h> 43 #include <OGRE/OgreQuaternion.h> 44 #include <OGRE/OgreMesh.h> 45 #include <OGRE/OgreHardwareBufferManager.h> 46 #include <OGRE/OgreCamera.h> 47 #include <OGRE/OgreNode.h> 48 #include <OGRE/OgreSimpleRenderable.h> 49 #include <OGRE/OgreFrameListener.h> 50 #include <OGRE/OgreTexture.h> 51 #include <OGRE/OgreRenderObjectListener.h> 52 #include <OGRE/OgreTechnique.h> 53 #include <OGRE/OgrePass.h> 54 #include <OGRE/OgreTextureUnitState.h> 55 #include <OGRE/OgreGpuProgramManager.h> 56 #include <OGRE/OgreHighLevelGpuProgramManager.h> 57 #include <OGRE/OgreHardwarePixelBuffer.h> 58 #include <OGRE/OgreShadowCameraSetupPSSM.h> 59 #include <OGRE/Paging/OgrePageManager.h> 60 #include <OGRE/Paging/OgrePagedWorld.h> 61 #include <OGRE/Terrain/OgreTerrainPaging.h> 62 #include <OGRE/Terrain/OgreTerrainMaterialGeneratorA.h> 63 #include <OGRE/Terrain/OgreTerrain.h> 64 #include <OGRE/Terrain/OgreTerrainGroup.h> 66 #if OGRE_VERSION_MAJOR > 1 || OGRE_VERSION_MINOR >= 7 67 #include <OGRE/RTShaderSystem/OgreRTShaderSystem.h> 70 #if OGRE_VERSION_MAJOR > 1 || OGRE_VERSION_MINOR >= 9 71 #include <OGRE/Overlay/OgreOverlayManager.h> 72 #include <OGRE/Overlay/OgreOverlayElement.h> 73 #include <OGRE/Overlay/OgreOverlayContainer.h> 74 #include <OGRE/Overlay/OgreFontManager.h> 75 #include <OGRE/Overlay/OgreOverlaySystem.h> 77 #include <OGRE/OgreFontManager.h>