$search
#include "fps_camera.h"
#include "camera_base.h"
#include <OGRE/OgreCamera.h>
#include <OGRE/OgreSceneManager.h>
#include <OGRE/OgreSceneNode.h>
#include <OGRE/OgreVector3.h>
#include <OGRE/OgreQuaternion.h>
#include <stdint.h>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | ogre_tools |
Variables | |
static const float | ogre_tools::PITCH_LIMIT_HIGH = Ogre::Math::HALF_PI - 0.001 |
static const float | ogre_tools::PITCH_LIMIT_LOW = -Ogre::Math::HALF_PI + 0.001 |