13.016 Introduction to Geometric Modeling and Computation, Lecture 4
Thursday, February 13, 1997: Introduction to 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/overview.html


Outline

Graphics Hardware

Graphics Software


Reading Assignment

Neider, OpenGL Programming Guide, Chapters 1, 2, and 5.
Kilgard, OpenGL and X, Column 1: An OpenGL Toolkit
Kilgard, The OpenGL Utility Toolkit (GLUT), Chapters 1-4 and Sections 7.1 and 7.3


References

To access the 13.016 course locker on Athena, issue the following commands:

    add 13.016
    cd /mit/13.016

To read the InSight documents, issue the command:

    iiv

To read the PostScript documents (*.ps), issue the commands:

    cd /mit/13.016/glut
    xpsview glut_intro.ps

On to graphics hardware...
Back to the 13.016 overview...