February 20
The demo program /mit/13.016/graphics/demo1-xform.c looks very daunting; fortunately, you can ignore most of it. The main() function should look familiar to last week's program. For this problem set, the only function that you will need to modify is the display callback function display().
This function does five things:
You will only need to modify Step 4, which is marked in the source code with a descriptive comment.