Go to the documentation of this file.
17 #ifndef GAZEBO_OGRE_H_
18 #define GAZEBO_OGRE_H_
21 #pragma GCC system_header
23 #include <OgreImageCodec.h>
24 #include <OGRE/OgreMovableObject.h>
25 #include <OGRE/OgreRenderable.h>
26 #include <OgrePlugin.h>
27 #include <OgreDataStream.h>
28 #include <OgreLogManager.h>
29 #include <OgreWindowEventUtilities.h>
30 #include <OGRE/OgreSceneQuery.h>
31 #include <OGRE/OgreRoot.h>
32 #include <OGRE/OgreSceneManager.h>
33 #include <OGRE/OgreSceneNode.h>
34 #include <OGRE/OgreVector3.h>
35 #include <OGRE/OgreManualObject.h>
36 #include <OGRE/OgreMaterialManager.h>
37 #include <OGRE/OgreColourValue.h>
38 #include <OGRE/OgreQuaternion.h>
39 #include <OGRE/OgreMesh.h>
40 #include <OGRE/OgreFontManager.h>
41 #include <OGRE/OgreHardwareBufferManager.h>
42 #include <OGRE/OgreCamera.h>
43 #include <OGRE/OgreNode.h>
44 #include <OGRE/OgreSimpleRenderable.h>
45 #include <OGRE/OgreFrameListener.h>
46 #include <OGRE/OgreTexture.h>
47 #include <OGRE/OgreRenderObjectListener.h>
49 #if OGRE_VERSION_MAJOR == 1 && OGRE_VERSION_MINOR >= 7
50 #include <RTShaderSystem/OgreRTShaderSystem.h>