CSCI441 OpenGL Library 5.9.0
CS@Mines CSCI441 Computer Graphics Course Library
|
▼NCSCI441 | CSCI441 Helper Functions for OpenGL |
▼NMaterials | |
CMaterial | Stores material properties used within the Phong Reflectance Model |
CArcballCam | A camera that implements an ArcBall camera model |
CCamera | Abstract Class to represent a synthetic camera. The following methods must be overridden: |
CComputeShaderProgram | Handles registration and compilation of Compute Shaders |
CFixedCam | A camera that can be positioned and oriented but never moved or rotated |
CFreeCam | A camera that implements a FreeCam camera model |
CHUDCamera | Creates a 2D Orthographic projection camera used for Heads Up Display overlays |
CMD5Camera | A camera that implements the MD5Camera specification |
▼CMD5Model | Stores a Doom3 MD5 Mesh + Animation |
CMD5Animation | Stores an entire animation sequence for a given MD5 Model |
CMD5AnimationState | Stores state of current animation frame |
CMD5BaseFrameJoint | Base frame joint |
CMD5BoundingBox | Bounding box containing the model during animation |
CMD5Joint | Joint of the MD5 Skeleton |
CMD5JointInfo | Information pertaining to each animation joint |
CMD5Mesh | Mesh that comprises the model's skin |
CMD5Texture | Texture handle for the model |
CMD5Triangle | Triangle on the mesh |
CMD5Vertex | Vertex on the mesh |
CMD5Weight | Weight for a mesh vertex |
CModelLoader | Loads object models from file and renders using VBOs/VAOs |
COpenGL3DEngine | Abstract Class to run an OpenGL application with a 3D environment. Creates and contains a default ArcballCam implementation, tracks the status of the left mouse button, shift key, and mouse position. The following methods must be overridden: |
COpenGLEngine | Abstract Class to run an OpenGL application. The following methods must be overridden: |
COrthographicCamera | Abstract Class to represent an orthographic camera. Stores box clip planes |
CPerspectiveCamera | Abstract Class to represent a perspective camera. Stores aspect ratio and field of view |
CShaderProgram | Handles registration and compilation of Shaders |
CShaderProgramPipeline | Handles registration and compilation of Shader Program Pipelines |
CUniformBufferObject | Storage of UBO related data |