18 #ifndef _USERCAMERA_PRIVATE_HH_
19 #define _USERCAMERA_PRIVATE_HH_
First Person Shooter style view controller.
Definition: FPSViewController.hh:34
Private data for the UserCamera class.
Definition: UserCameraPrivate.hh:26
Orbit view controller.
Definition: OrbitViewController.hh:36
FPSViewController * fpsViewController
A FPS view controller.
Definition: UserCameraPrivate.hh:35
GUIOverlay * gui
The GUI overlay.
Definition: UserCameraPrivate.hh:38
OrbitViewController * orbitViewController
An orbit view controller.
Definition: UserCameraPrivate.hh:32
bool isCameraSetInWorldFile
Flag to detect if the user changed the camera pose in the world file.
Definition: UserCameraPrivate.hh:48
Definition: SelectionBuffer.hh:41
A class that creates a CEGUI overlay on a render window.
Definition: GUIOverlay.hh:55
SelectionBuffer * selectionBuffer
Draws a 3D axis in the viewport.
Definition: UserCameraPrivate.hh:44
ViewController * viewController
The currently active view controller.
Definition: UserCameraPrivate.hh:29
Base class for view controllers.
Definition: ViewController.hh:34