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

Concrete Fixed Camera implementation with Perspective Projection that can be positioned, oriented, and never moved. More...

#include "PerspectiveCamera.hpp"

Go to the source code of this file.

Classes

class  CSCI441::FixedCam
 A camera that can be positioned and oriented but never moved or rotated. More...
 

Namespaces

namespace  CSCI441
 CSCI441 Helper Functions for OpenGL.
 

Detailed Description

Concrete Fixed Camera implementation with Perspective Projection that can be positioned, oriented, and never moved.

Author
Dr. Jeffrey Paone

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