#include <cameramanipulatorFollow.h>
Inheritance diagram for CameraManipulatorFollow:
Left mouse button: Pan and tilt Right mouse button: forward and sideways Middle mouse button: up and sideways
Definition at line 56 of file cameramanipulatorFollow.h.
Public Member Functions | |
CameraManipulatorFollow (osg::Node *node, GlobalData &global) | |
Protected Member Functions | |
virtual | ~CameraManipulatorFollow () |
virtual void | calcMovementByAgent () |
This handles robot movements, so that the camera movemenent is right affected. | |
virtual void | setHomeViewByAgent () |
Sets the right view and eye if the robot has changed. |
|
Definition at line 52 of file cameramanipulatorFollow.cpp. |
|
Definition at line 55 of file cameramanipulatorFollow.cpp. |
|
This handles robot movements, so that the camera movemenent is right affected. should be overwritten by new cameramanipulator Reimplemented from CameraManipulator. Definition at line 57 of file cameramanipulatorFollow.cpp. |
|
Sets the right view and eye if the robot has changed. Is called from manageRobots(); should be overwritten by new cameramanipulator if needed Reimplemented from CameraManipulator. Definition at line 72 of file cameramanipulatorFollow.cpp. |