|
CSCI441 OpenGL Library 6.0.1.1
CS@Mines CSCI441 Computer Graphics Course Library
|
Helper functions to draw 3D OpenGL 3.0+ objects. More...
#include "OpenGLUtils.hpp"#include "teapot.hpp"#include <glad/gl.h>#include <glm/gtc/constants.hpp>#include <glm/trigonometric.hpp>#include <map>Go to the source code of this file.
Helper functions to draw 3D OpenGL 3.0+ objects.
These functions draw solid (or wireframe) 3D closed OpenGL objects. All objects are constructed using triangles that have normals and texture coordinates properly set.