CSCI441 OpenGL Library 5.9.0
CS@Mines CSCI441 Computer Graphics Course Library
Loading...
Searching...
No Matches
Classes | Namespaces
Camera.hpp File Reference

Abstract Camera class to be placed (position and orientation) within our scene. More...

#include <glad/gl.h>
#include <glm/mat4x4.hpp>
#include <glm/vec3.hpp>
#include <glm/gtc/constants.hpp>
#include <glm/gtc/matrix_transform.hpp>

Go to the source code of this file.

Classes

class  CSCI441::Camera
 Abstract Class to represent a synthetic camera. The following methods must be overridden:
More...
 

Namespaces

namespace  CSCI441
 CSCI441 Helper Functions for OpenGL.
 

Detailed Description

Abstract Camera class to be placed (position and orientation) within our scene.

Author
Dr. Jeffrey Paone

These functions, classes, and constants help minimize common code that needs to be written.

Warning
This header file depends upon GLAD (or alternatively GLEW)
This header file depends upon glm