Revision 2 as of 2007-01-12 03:22:16

    AndyGrant/Assignment1

1. In a GLUT program, how is control passed back to the programmer? How is this set up during initialization?

2. What does the parameter to glutInitDisplayMode() in main() specify?

3. What do the calls to glOrtho() and glViewport() in the reshape() function accomplish? If the window is to be resized, why might we want to change this?

Recent