CS184 AS4: Raycaster and Shader

DUE DATE: Thursday February 26th, 11:00pm

Instructions

Find the instructions for this assignment in PDF for here, in original LaTeX here.

Submission

To submit this project, all of the following needs to be done by the deadline: Windows Users: The grader should ONLY have to open your .sln file and press F5 to build and run your solution.
*Nix Users: The grader should ONLY have to run make with the appropriate makefile to build your project. Thus, for Mac and Linux make and for solaris gmake.

Note: The submit program retains the directory structure of what you send it. Thus, we recommend making a new directory for your assignment on the server, cd'ing into that directory, copying the whole framework with your code into this directory, and running yes | submit as4 to easily submit the whole project to us.

Framework

See the Framework page here.