CSCI441 OpenGL Library 5.9.0
CS@Mines CSCI441 Computer Graphics Course Library
Loading...
Searching...
No Matches
teapot.hpp File Reference

Helper functions to draw teapot with OpenGL 3.0+. More...

#include <glad/gl.h>
#include <cstdio>
#include <cstdlib>
#include <cmath>

Go to the source code of this file.

Detailed Description

Helper functions to draw teapot with OpenGL 3.0+.

Warning
NOTE: This header file will only work 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.

Warning
This header file depends upon GLAD (or alternatively GLEW)