CSCI441 OpenGL Library 5.9.0
CS@Mines CSCI441 Computer Graphics Course Library
|
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. | |
Abstract Camera class to be placed (position and orientation) within our scene.
These functions, classes, and constants help minimize common code that needs to be written.