WPI Computer Science Department

Computer Science Department
------------------------------------------

CS 543 Computer Graphics, Fall Semester 2011


Lectures: FL-311, Tuesdays, 6pm - 8:50pm

Instructor: Prof. Emmanuel Agu, FL-139, 508-831-5568, emmanuel@cs.wpi.edu
Office Hours: Tuesdays 4 - 5PM; Others by appointment

Required Text: Interactive Computer Graphics (6th edition) by Angel and Shreiner

Supplemental texts (Optional):

Facilities: You should do your assignments in C/C++ but may choose to develop your code on either Unix or Windows. Note that compiled graphics code tends to be large and may consume more than one megabyte of disk space. Very important: No matter what platform you write your code on, the final executable must run on the WPI CCC Unix machines with clear instructions in your documentation on how to run it. Your submitted code will be compiled, tested and graded on the machine ccc.wpi.edu. Make sure your code runs well on that machine before submitting it. Points will be deducted if you do not check that your code works on that machine.

Class Websites: The class website is at http://web.cs.wpi.edu/~emmanuel/courses/cs543/f11/. A myWPI class website has also been set up. Please post your questions on the discussion board to avoid excessive emails and so that everyone can benefit from answers given. You may send email to me if you have questions on matters that concern only you.

Software Utilities: Your programs will be written in OpenGL. OpenGL is installed on the CCC machines.

Grade Policy: 50% exams (2 exams), 50% assignments (5 projects)

Notes:

  1. Reading is mandatory, working ahead is encouraged.
  2. Exams shall be based on lectures, readings and a bit of project knowledge, so class attendance is strongly encouraged.
  3. Working and discussions in pairs is okay. However, each student must turn in different and unique projects.
  4. Cheating is strictly forbidden
  5. Cheating (a.k.a., academic dishonesty), defined as taking credit for work you did not do or knowledge you do not possess, is strictly forbidden. First offenders will receive a zero grade for the assignment or exam in question and an academic dishonesty report will be filed with the Office of Student Affairs. Repeat offenders will receive an F for the course and the case will be brought before the campus hearing board (see Student Handbook).
  6. All assignments should be submitted using the turnin facility (For more info on turnin, see http://www.cs.wpi.edu/Help/turnin.html). Both your executable and source code must be turned in. Your documentation MUST include the structure of your project, what each file contains and instructions for compiling and running the program. Typically, a well-organized README ASCII text file is sufficient. Insufficient documentation will result in a loss of points. Data files should include a comment line at the start giving your name, the assignment for which it is intended, and the most recent date in which the file was changed. Please do NOT turn in hardcopies!! Your README file should be ASCII text so that the TAs can open them on the same machine they will do the grading. Do NOT send in documentation in Microsoft word or Apple MAC files.


Schedule:


Week 1 (Aug 30)
   Topics: overview, graphics intro, basic HW/SW, OpenGL/GLUT intro
   Project 0  Not to be submitted   

Week 2 (Sept 6)
   Topics: 2D systems, window-to-viewport mapping, GLSL shader introduction  
   Project 1  Tuesday, Sept 20   

 
Week 3 (Sept 13)
   Topics:   points, scalars, vectors, 3D Transformations and coordinate systems, 3D modeling
 
Week 4 (Sept 20)
   Topics: 3D modeling using polygonal meshes, the synthetic camera, 3D viewing, view volume and projection

Week 5 (Sept 27)
   Topics: 3D clipping, illumination, shading 
   Project 2  Thursday, Oct 13, 11.59PM 

 
Week 6 (Oct 4)
   Topics: Texturing, Hidden Surface Removal, Shadows
 
Week 7 (Oct 11) 
   Midterm Exam: Wed, Oct 19, in-class 
   
Week of Oct 18: Term break

Week 8 (Nov 1)
   Topics: Fractals & raster graphics (line drawing, polygon fill, etc)
   Project 3  Tuesday, Nov 8, emailed by class time 
 
Week 9 (Nov 8)
   Topics: Raster graphics, ray tracing
   Project 4  Monday, Nov 21, emailed by 5pm

 
Week 10 (Nov 15)
   Topics: Ray tracing

Week 11 (Nov 22) (No class on Nov 22: Thanksgiving break)


Week 12 (Nov 29) 
   Topics: Ray tracing
   Project 5  Saturday, Dec 10, 2011, emailed by 11.59pm
 
Week 13 (Dec 6)
   Topics: Ray tracing, Curves, Advances in graphics
 
Week 14 (Dec 14)
   Final Exam: Tue, Dec 14, in-class
Class Slides
Old Exams

Main Web Resources

[Feedback] [Search Our Web] [Help & Index]

[Return to the WPI Homepage] [Return to CS Homepage]

mailto:webmaster@cs.wpi.edu