- gazebo
- rendering
- FPSViewController
First Person Shooter style view controller. More...
#include <FPSViewController.hh>

Public Member Functions | |
| FPSViewController (UserCamera *camera) | |
| Constructor. | |
| virtual | ~FPSViewController () |
| Destructor. | |
| virtual void | Init () |
| virtual void | Update () |
| Update. | |
| virtual void | HandleMouseEvent (const common::MouseEvent &event) |
| Handle a mouse event. | |
Static Public Member Functions | |
| static std::string | GetTypeString () |
| Get the type name of this view controller. | |
First Person Shooter style view controller.
1.7.5.1