|
Grip-Reloaded
Grip version visualizaiton interface for DART (DynamicAnimationandRoboticsToolkits)
|
Camera manipulator class that subclasses osgGA::OrbitManipulator. It sets up desired behavior for robot simulator. More...
#include <CameraManipulator.h>
Public Member Functions | |
| CameraManipulator () | |
| Constructor for CameraManipulator class. | |
| ~CameraManipulator () | |
| Destructor for CameraManipulator class. | |
| void | setCenter (osg::Vec3 center) |
| Set the camera manipulator's center of rotation. | |
Camera manipulator class that subclasses osgGA::OrbitManipulator. It sets up desired behavior for robot simulator.
| void CameraManipulator::setCenter | ( | osg::Vec3 | center | ) |
Set the camera manipulator's center of rotation.
| center | osg::Vec3 specifying x,y,z coordinates of center of rotation |
1.7.6.1