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