Administrivia


Time Thursdays (Th) at 6:30pm - 9:20pm
Place CSE2 G10
Final No Final
Staff Name Email
Instructor Zoran Popović zoran@cs
TA David Chen hanfec@cs
TA Ethan Vrhel evrhel@cs
Staff Email:

Prerequisites


Communication


Optional textbooks


There is no required textbook for this course.  If you would like to have a textbook to refer to, you may buy one of these:

  • Angel and Shreiner. Interactive Computer Graphics: A Top-Down Approach with Shader-Based OpenGL (6th Edition), 2012.
  • Marschner and Shirley. Fundamentals of Computer Graphics (4th Edition), 2016.

The Angel text is more applied, closer to OpenGL. The Marschner text is more mathematical, stronger on theoretical foundations. Both are good, neither is "perfect" for this class.

I will point to readings in these books, but these readings will be optional.

Most of the material in the course can be learned from the lecture notes I provide, with some Googling for additional material whenever you want to go deeper or need to figure out implementation details for a project. When I do have required reading, I will provide it as an online handout.

Topics Covered


Grades


The breakdown is subject to change as a whole and adjustments on a per-student basis in exceptional cases. This is the general breakdown we'll be using:

Projects 65%
Homeworks 30%
Participation 5%

There will be no final exam for this course.

Projects


There will be four projects. Each project will require you to extend some skeleton project with new features to create a working graphics application. For each project, you will be required to add a few additional features (bells and whistles), but you may implement additional ones for extra credit.

Project #1: Impressionist

An interactive impressionistic paint system that makes photos look like paintings, similar in spirit to Paul Haeberli's The Impressionist.

Project #2: Modeler

A viewer in which to construct a hierarchical articulated model using Unity.

Project #3: Trace

A program to create photorealistic raytraced images, complete computation of shadows, reflections, and transparent effects.

Project #4: Simulator

Project Grading


Extra credit

Unlimited extra credit is possible on each project. Each extra credit item is rated with a nominal value of "bells" and "whistles". One bell carries the same credit as two whistles. An actual implementation of an extra credit item may be worth somewhat more or less than its nominal value, depending on how well it was implemented. In the end, the instructor and TA's will translate your bell and whistle count into an actual number of extra credit points at a rate of 1 point per bell (and, 1/2 point per whistle).

Artifacts

For each project, you will be required to create an artifact, a final polished example (e.g., an image or model) demonstrating your application, hopefully of some artistic merit. Extra credit will be given for the nicest artifacts, as determined by class vote.

Turn-in and Late Policy


Written homework assignments and projects are due at 11:00pm on the specified due date. Late assignments are marked down at a rate of 25% per day (not per lecture), meaning that if you fail to turn in an assignment on time it is worth 75% for the first 24 hours after the deadline, 50% for the next 24 hours, 25% for the next 24 hours, and then it is worth nothing after that. Exceptions will be given only in extreme circumstances with prior instructor approval. Over the quarter, you have 5 free late days (i.e. you will not be penalized the 25% up to 5 times). Past the 5th late day, the mark down policy will resume. If you are using your late days, be sure to contact the staff to let us know you are using them.

Getting Help


You may talk to other students in the course about concepts for homeworks and projects, but you may not take any code or notes away from those conversations. A good rule of thumb is the Gilligan's Island Rule.

The Gilligan's Island Rule: This rule says that you are free to meet with fellow student(s) and discuss assignments with them. Writing on a board or shared piece of paper is acceptable during the meeting; however, you should not take any written (electronic or otherwise) record away from the meeting. This applies when the assignment is supposed to be an individual effort or whenever two teams discuss common problems they are each encountering (inter-group collaboration). After the meeting, engage in a half hour of mind-numbing activity (like watching an episode of Gilligan's Island), before starting to work on the assignment. This will assure that you are able to reconstruct what you learned from the meeting, by yourself, using your own brain.