CSCI 4972/6963 - Spring 2008
Advanced Computer Graphics
Home
  Contact Information
  Office Hours

Announcements

Syllabus
  Prerequisites
  Textbook

Grading
  Assigned Readings

Calendar
  Lecture notes
  Lab materials
  Homework
  Test reviews

Homework
  Collaboration Policy
  Compilers
    gcc/g++ notes
    GL/glut notes
  Homework Late Policy
  Electronic Submission

Final Project
   Spring '08 Projects
   Spring '07 Projects

Academic Integrity

Announcements

Apr 18The quizzes have been graded. The average was 38.4, standard deviation 6.4.
Approximate grades for Quiz 2: 38&up=A, 34&up=B.
Apr 1 Last year's quiz 2 has been posted on the calendar as study material. The quiz will be closed book except for 1 - 8.5x11 sheet of notes.
Mar 23 Approximate grades for HW3: 17&up = A, 13&up = B.
Feb 27The quizzes have been graded. I should be in my office most of day on Thursday if you want to pick your quiz up. The average was 35.5, standard deviation 8. Approximate grades for Quiz 1: 35&up=A, 30&up=B.
Feb 27 Approximate grades for HW2: 14&up = A, 10&up = B.
Feb 21 Last year's quiz 1 has been posted on the calendar as study material. The quiz will be closed book except for 1 - 8.5x11 sheet of notes.
Feb 21 HW3 has been posted on the calendar.
Feb 12 Approximate grades for HW1: 17&up = A, 13&up = B.
Feb 3 HW2 has been posted on the calendar.
Jan 21 HW1 has been posted on the calendar.
Jan 17 The homework submission site is now available. Prepare a zip file exactly as decribed on the Homework page. Include all .cpp and .h files, the Makefile, and a README.txt file. If you add any .cpp files, be sure to add them to the appropriate line in the Makefile. The FreeBSD server will unzip and attempt to compile your code with g++, and display the output.
Jan 16 A new version of the source code for hw0 has been posted which fixes some bugs for linux compilation: -lGLU instead of -lglu in the Makefile and added glutInit() in main.cpp. Also now supports(?) Mac compilation: osx target added to Makefile (type make osx) and #ifdef __APPLE__ for alternate location of gl.h, etc. Mac compilation is untested. Please send email with additional corrections.
Jan 15 Slides from lecture 1 and office hour times have been posted.
Jan 15Welcome to CSCI 4972/6963: Advanced Computer Graphics
The first day of class will be Tuesday January 15th, see you there!