Introductory Materials
The following programs are some exaamples that will assist in the development
of the first project.
Graph | Functions | Code |
---|---|---|
|
glMatrixMode, glLoadIdentity, glOrtho glClear, glClearColor glBegin, glEnd, glFlush glColor3f, glVertex3f glutInit, glutInitDisplayMode glutInitWindowSize, glutInitWindowPosition glutCreateWindow glutDisplayFunc, glutMainLoop |
basicwindow.c |
Graph | Functions | Code |
---|---|---|
|
glPushMatrix, glPopMatrix, glTranslatef glRasterPos3f, glutBitmapCharacter |
window1x.c |
Graph | Functions | Code |
---|---|---|
|
glutKeyboardFunc, glutMouseFunc glutCreateSubWindow, glutSetWindow glutPositionWindow, glutReshapeWindow glutReshapeFunc, glutPostRedisplay | window3x.c |
Graph | Further Explanation | Code |
---|---|---|
| Efficient Computation and Color Techniques | colors2b.c |