CSCI441 OpenGL Library 5.9.0
CS@Mines CSCI441 Computer Graphics Course Library
|
ArcballCam.hpp | Concrete Arcball Camera implementation with Perspective Projection |
Camera.hpp | Abstract Camera class to be placed (position and orientation) within our scene |
ComputeShaderProgram.hpp | Class to work with OpenGL Compute Shaders |
CSCI441.hpp | Includes all CSCI 441 class helper files |
FixedCam.hpp | Concrete Fixed Camera implementation with Perspective Projection that can be positioned, oriented, and never moved |
FramebufferUtils.hpp | Helper functions to work with OpenGL Framebuffer |
FreeCam.hpp | Concrete Free Cam Implementation with Perspective Projection |
HUDCamera.hpp | Concrete Heads Up Display Camera implementation with 2D Orthographic Projection |
materials.hpp | Predefined material properties |
MD5Camera.hpp | Concrete MD5 Camera implementation with Perspective Projection |
MD5Model.hpp | Doom3 MD5 Model + Animation implementations |
ModelLoader.hpp | Loads OBJ+MTL, OFF, PLY, STL object files into a VAO |
modelMaterial.hpp | Internal material representation for *.mtl files |
objects.hpp | Helper functions to draw 3D OpenGL 3.0+ objects |
OpenGL3DEngine.hpp | Abstract class engine class to setup a 3D world with an arcball camera, storage for left button state and cursor position |
OpenGLEngine.hpp | Abstract class engine class to setup window, register callbacks, vaos, textures, and shaders, draw, update |
OpenGLUtils.hpp | Helper functions to work with OpenGL 3.0+ |
OrthographicCamera.hpp | |
PerspectiveCamera.hpp | |
ShaderProgram.hpp | Class to work with OpenGL 4.0+ Shaders |
ShaderProgramPipeline.hpp | Class to work with Shader Program Pipelines |
ShaderUtils.hpp | Helper functions to work with OpenGL Shaders |
SimpleShader.hpp | Sets up a default Gouraud Shader with vertex position and color inputs |
teapot.hpp | Helper functions to draw teapot with OpenGL 3.0+ |
TextureUtils.hpp | Helper functions to work with OpenGL Textures |
UniformBufferObject.hpp | Helper functions to work with Uniform Buffer Objects |