$search
#include "orbit_camera.h"
#include "camera_base.h"
#include <OGRE/OgreVector3.h>
#include "shape.h"
#include <OGRE/OgreCamera.h>
#include <OGRE/OgreSceneManager.h>
#include <OGRE/OgreSceneNode.h>
#include <OGRE/OgreQuaternion.h>
#include <OGRE/OgreViewport.h>
#include <stdint.h>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | ogre_tools |
Defines | |
#define | MIN_DISTANCE 0.01 |
Variables | |
static const float | ogre_tools::PITCH_START = Ogre::Math::HALF_PI |
static const float | ogre_tools::YAW_START = Ogre::Math::PI |
#define MIN_DISTANCE 0.01 |
Definition at line 43 of file orbit_camera.cpp.