CS 476 Computer Graphics, Homework #7

Due: Monday December 8, 5pm. Late = 10% per day.

  1. Read the S3D File Format specification at http://www2.cs.uidaho.edu/~jeffery/courses/324/s3dformat.pdf
  2. Write a "basic S3D parser", and use it to read in S3D files. Examples live in drj.s3d and uniModel directory.
  3. Write an OpenGL app that (1) renders one or more s3D models of your choosing, and (2) allows the camera to move around and view the model from any angle and orientation. Minimum: you should render more than just the "drj.s3d" phone booth model!