Assignment 3 - 3D Transformations

CS5600 - Introduction to Computer Graphics

ACTUAL DUE DATE: Due Wednesday, 22 March 2006, 23:59 hours


Overview

This project builds on your previous projects to implement three dimensional transformations.

Project Requirements

The following are requirements for the project. Turn in all your code and documentation using submit into the directory called assign3Linux for Linux assignments or assign3Windows for windows assignments (i.e. submit cs5600 assign3OS file1 file2...). Your code should be written in C/C++, however you may choose to develop on Windows or Linux. Be sure to hand in your MSVC project or your Makefile and that there are no problems running your code.

Resources

There is a link to a matrix library you are welcome to use if you wish. Include these .h files with your project. Everything should be self explanitory in the code.