CSCI441 OpenGL Library 5.9.0
CS@Mines CSCI441 Computer Graphics Course Library
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
 ArcballCam.hppConcrete Arcball Camera implementation with Perspective Projection
 Camera.hppAbstract Camera class to be placed (position and orientation) within our scene
 ComputeShaderProgram.hppClass to work with OpenGL Compute Shaders
 CSCI441.hppIncludes all CSCI 441 class helper files
 FixedCam.hppConcrete Fixed Camera implementation with Perspective Projection that can be positioned, oriented, and never moved
 FramebufferUtils.hppHelper functions to work with OpenGL Framebuffer
 FreeCam.hppConcrete Free Cam Implementation with Perspective Projection
 HUDCamera.hppConcrete Heads Up Display Camera implementation with 2D Orthographic Projection
 materials.hppPredefined material properties
 MD5Camera.hppConcrete MD5 Camera implementation with Perspective Projection
 MD5Model.hppDoom3 MD5 Model + Animation implementations
 ModelLoader.hppLoads OBJ+MTL, OFF, PLY, STL object files into a VAO
 modelMaterial.hppInternal material representation for *.mtl files
 objects.hppHelper functions to draw 3D OpenGL 3.0+ objects
 OpenGL3DEngine.hppAbstract class engine class to setup a 3D world with an arcball camera, storage for left button state and cursor position
 OpenGLEngine.hppAbstract class engine class to setup window, register callbacks, vaos, textures, and shaders, draw, update
 OpenGLUtils.hppHelper functions to work with OpenGL 3.0+
 OrthographicCamera.hpp
 PerspectiveCamera.hpp
 ShaderProgram.hppClass to work with OpenGL 4.0+ Shaders
 ShaderProgramPipeline.hppClass to work with Shader Program Pipelines
 ShaderUtils.hppHelper functions to work with OpenGL Shaders
 SimpleShader.hppSets up a default Gouraud Shader with vertex position and color inputs
 teapot.hppHelper functions to draw teapot with OpenGL 3.0+
 TextureUtils.hppHelper functions to work with OpenGL Textures
 UniformBufferObject.hppHelper functions to work with Uniform Buffer Objects