2-D Graphics and OpenGL Lab

Tom Kelliher, CS 320

Feb. 2, 2001

Administrivia

Announcements

Do you want a lab day for the project? When?

Assignment

From Last Time

Project discussion.

Outline

  1. Introduction to Lab.

  2. Lab.

Coming Up

Finish Chapter 2!!!

2-D Graphics and OpenGL Lab

Review main().

Some things you'll need:

  1. What is a CCW winding?

  2. atoi()

  3. glClear()

  4. GL_COLOR_BIT

  5. glColor3f()

  6. glBegin()/glEnd()

  7. GL_LINES, GL_LINE_LOOP, GL_POLYGON

  8. glVertex2f()



Thomas P. Kelliher
Fri Feb 2 08:19:07 EST 2001
Tom Kelliher