13.016 Introduction to Geometric
Modeling and Computation, Lecture 5
Thursday, February 20, 1997: Transformations and 3D graphics
S. L. Abrams, x3-7959, sabrams@deslab.mit.edu
These notes are available online as:
http://deslab.mit.edu/DesignLab/courses/13.016/graphics/overview2.html
Outline
Recap of OpenGL and GLUT
Demos
To execute on Athena:
add 13.016 cd /mit/13.016/graphics demo1
To execute on Athena:
cd /mit/13.016/ducksoup ducksoup
Reading Assignment
Neider, OpenGL Programming Guide, Chapter 3 and Appendix G.
For additional mathematical treatment of these topics, you may want to look at:
References
Note that these example source files include the following header file:
#include <GL/glut.h>If you want to compile any of these programs, you will need to change this to:
#include "glut.h"