CSCI441 OpenGL Library 5.9.0
CS@Mines CSCI441 Computer Graphics Course Library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NCSCI441CSCI441 Helper Functions for OpenGL
 NMaterials
 CMaterialStores material properties used within the Phong Reflectance Model
 CArcballCamA camera that implements an ArcBall camera model
 CCameraAbstract Class to represent a synthetic camera. The following methods must be overridden:
 CComputeShaderProgramHandles registration and compilation of Compute Shaders
 CFixedCamA camera that can be positioned and oriented but never moved or rotated
 CFreeCamA camera that implements a FreeCam camera model
 CHUDCameraCreates a 2D Orthographic projection camera used for Heads Up Display overlays
 CMD5CameraA camera that implements the MD5Camera specification
 CMD5ModelStores a Doom3 MD5 Mesh + Animation
 CMD5AnimationStores an entire animation sequence for a given MD5 Model
 CMD5AnimationStateStores state of current animation frame
 CMD5BaseFrameJointBase frame joint
 CMD5BoundingBoxBounding box containing the model during animation
 CMD5JointJoint of the MD5 Skeleton
 CMD5JointInfoInformation pertaining to each animation joint
 CMD5MeshMesh that comprises the model's skin
 CMD5TextureTexture handle for the model
 CMD5TriangleTriangle on the mesh
 CMD5VertexVertex on the mesh
 CMD5WeightWeight for a mesh vertex
 CModelLoaderLoads object models from file and renders using VBOs/VAOs
 COpenGL3DEngineAbstract 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:
 COpenGLEngineAbstract Class to run an OpenGL application. The following methods must be overridden:
 COrthographicCameraAbstract Class to represent an orthographic camera. Stores box clip planes
 CPerspectiveCameraAbstract Class to represent a perspective camera. Stores aspect ratio and field of view
 CShaderProgramHandles registration and compilation of Shaders
 CShaderProgramPipelineHandles registration and compilation of Shader Program Pipelines
 CUniformBufferObjectStorage of UBO related data