<!--#set var="name" value="Assignments" -->
<!--#include file="header.html" -->

<h3>Programming Assignments</h3>
<p>
There will be 3 programming assignments, which will count
for 40% of the final grade.

<ul>
<li> <a href="assignment1.html">Assignment #1: Progressive meshes</a> (due Tue, Oct 10)
<li> <a href="assignment2.html">Assignment #2: Lightfields</a> (due Tue, Nov 14)
<li> <a href="assignment3.html">Assignment #3: Monte Carlo Path Tracer</a> (due Tue, Dec 12)
</ul>

<h3>Written Exercices</h3>
<p>
There will be approximately 3 written exercises, which will count for
25% of the final grade.

<ul>
<li> <a href="exercise1.html">Exercise #1: Triangle meshes</a> (due Tue, Sep 26)
<li> <a href="exercise2.html">Exercise #2: Splines 'n stuff</a> (due Tue, Oct 24)
<li> <a href="exercise3.html">Exercise #3: Lighting</a> (due Tue, Nov 28)
</ul>

<h3>Final project</h3>
<p>
In addition, there will be a <a href="project.html">final project</a> for
the course, to be completed individually (or possibly in pairs).  This will be
worth 35% of the final grade.  In-class project proposal presentations will
be the last day of class, and final presentations will be in January 2007.


<p>
<br>
<a name="late">
<h3>Late Policy</h3>
<p>
All of the assignments and exercises are due at 11:59 PM on the due date. 
You have 5 free late days that you can use any time during the semester.

<p>
No late presentations will be permitted for the final project.

<p>
<br>
<a name="collaboration">
<h3>Collaboration Policy</h3>
<p>
You may discuss assignments with others, but everything handed in must be
your own work.  All code must be your own - you may not use code from your
classmates, the internet, or any other source.

<p>
<br>
<a name="submitting">
<h3>Submitting Your Work</h3>
<p>
Please submit your solutions to the programming assignments
electronically, by creating a <tt>.zip</tt> or <tt>.tar.gz</tt>
file containing your code, results, and a README (in plain text or HTML)
and attaching it to an email to
<i>funk at princeton edu</i>.
Please include "COS526" in the subject line of the email.
<p>
The answers to written exercises should also be submitted electronically
via email.  Plain text is preferred.


<!--#include file="footer.html" -->