|
CSCI441 OpenGL Library 5.21.1.0
CS@Mines CSCI441 Computer Graphics Course Library
|
Helper functions to draw teapot with OpenGL 3.0+. More...
#include "constants.h"#include <glad/gl.h>#include <cstdio>#include <cstdlib>#include <cmath>Go to the source code of this file.
Helper functions to draw teapot with OpenGL 3.0+.
From the OpenGL Programming wikibook: http://en.wikibooks.org/wiki/OpenGL_Programming This file is in the public domain. https://gitlab.com/wikibooks-opengl/modern-tutorials/blob/master/bezier_teapot/teapot.cpp Contributors: Sylvain Beucler
Modified by Dr. Jeffrey Paone to work in Colorado School of Mines CSCI441 course context.