CS 381 Fall 2012  >  Assignment 1

CS 381 Fall 2012
Assignment 1

Assignment 1 is due at 5 p.m. Wednesday, September 12. It is worth 20 points.

Procedures

E-mail answers to the exercises below to ggchappell@alaska.edu, using the subject “GA1”.

Exercises (20 pts total)

Exercise A — Running an OpenGL/GLUT Program

Purpose

In this exercise, you will compile and execute an OpenGL/GLUT program, and tell me what it does. You will need GLUT installed.

Instructions

Download, compile, and execute check_opengl.cpp. Tell me what it does. Be specific (colors, shapes, etc.).

Exercise B — Writing an OpenGL/GLUT Program

Purpose

In this exercise, you will write an OpenGL program that does simple interaction and animation. This is an open-ended exercise; exactly what your program does is entirely up to you.

Instructions

Write an OpenGL program that meets the following requirements.

Note

Submitted code may be demonstrated in class.

Coding Standards

First:

All submitted code that is graded will be subject to the following standards.


CS 381 Fall 2012: Assignment 1 / Updated: 5 Sep 2012 / Glenn G. Chappell / ggchappell@alaska.edu