12#ifndef CSCI441_HUD_CAMERA_HPP
13#define CSCI441_HUD_CAMERA_HPP
15#include "OrthographicCamera.hpp"
34 [[maybe_unused]]
explicit HUDCamera(GLfloat minX, GLfloat maxX, GLfloat minY, GLfloat maxY);
56inline CSCI441::HUDCamera::HUDCamera(
creates a 2D Orthographic projection camera used for Heads Up Display overlays
Definition: HUDCamera.hpp:23
void moveBackward(const GLfloat unused) final
does nothing
Definition: HUDCamera.hpp:49
void recomputeOrientation() final
does nothing
Definition: HUDCamera.hpp:39
void moveForward(const GLfloat unused) final
does nothing
Definition: HUDCamera.hpp:44
Abstract Class to represent an orthographic camera. Stores box clip planes.
Definition: OrthographicCamera.hpp:11
CSCI441 Helper Functions for OpenGL.
Definition: ArcballCam.hpp:17