17 #include <ht_camera.h> 24 enum CameraControlType
37 const Math::Matrix4 GetView();
38 const Math::Matrix4 GetProjection();
41 void LeftMousePress();
42 void RightMousePress();
43 void MiddleMousePress();
51 float ShiftPressed(
float speed);
61 Math::Vector3 m_position;
62 Math::Vector3 m_forward;
64 Math::Vector3 m_right;
65 Graphics::Camera m_camera;
66 CameraControlType m_controlType;
Definition: ht_debug_camera.h:29
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_glfwkeyboard.h:21