CS 651: Modern Research in Computer Graphics

Assignment #1


Download a model of an icosahedron.
Download a model of a cat.
Download a model of a sphere.
Download a model of a blob.
Download a model of a horse.

Goal: Gain familiarity with OpenGL and build a simple viewer for polygonal models.

Assigned: Tuesday, September 12

Due: Thursday, Sept 24

Relevant reading:

Relevant software:

Synopsis: You will write an OpenGL program for loading and viewing individual polygonal objects. For now your viewer need only support a single object.

Several example objects of varying complexity are on the course web page.

Grading: A viewer implementing the requirements above will receive a B+ grade. Higher grades will require something extra; exactly what is up to you. Examples of that something extra might include:

If you have a question about the difficulty and grade-worthiness of adding a particular feature, don’t hesitate to ask.

Turning in the assignment: Before class starts on Thursday, September 24 you should:

Advice: