CSc 433/533: Computer Graphics (Fall, 2008)
[ Syllabus ]


Course page

Instructor

Alon Efrat, Gould-Simpson 747
Office Hours:
        Monday and Wednesday, 2:30-4:00 or by appointment
Email: alon @ cs.arizona.edu    (remove blanks around the @)

Teaching Assistant

Leonard Brown, Gould-Simpson 718D
Office Hours:
        Tuesday and Wednesday, 11:00-12:00 or by appointment
Email: ldbrown @ cs.arizona.edu     (remove blanks around the @)

Graphics Machines in GS 930:
Students are welcome to make use of the graphics lab in GS 930. There are currently 8 workstations which are largely available for this course this semester. The host names are (gr01-gr08).cs.arizona.edu.

Prerequisites:
C SC 345 , C SC 352 , Math 215

Recommended text:
The text books below are highly recommended but not required. While course content will be available on-line, many students will find it helpful to refer to acomprehensive text. The two texts below have significant overlap in terms of elementary material, and so students may opt to purchase only one. In summary, the Foley & van Dam book provides encyclopedic coverage and rigorous exploration of graphics topics, similar to CLRS for Algorithms. However, it is somewhat dated, and uses an older graphics package (PHIGS) for examples. The Hearn and Baker book is newer and its coverage of topics is more straightforward, and it also uses OpenGL for its code examples. In short, Hearn and Baker is probably more suitable to introducing the concepts of graphics, while Foley and van Dam is a more robust desk reference.

Other books that may be useful:

Overview:
Computer graphics is the art and science of creating digital images from abstract computer encoded models. We will consider both the reduction of models to images (rendering) and model creation (modeling). We will also touch upon issues for both these aspects when sequences of images are to be created (animation).

This course will focus mostly on fundamentals. We will make use of basic linear algebra and geometry. A sound understanding of using matrices to represent transformations will be very helpful. You should be comfortable thinking about problems such as: Given a point, is it in the plane of a polygon? If so, and if the polygon is convex, is the point inside the polygon? I will go over the requisite math as it arises, but if you are not confident with your background, you may wish to contact the instructor to discuss it.

This course will have a heavy programming component. You must be fluent in either C or C++.

This course will have both graduate and undergraduate students (including honors students). Graduate students will have additional requirements for assignments and on exams. It is possible for grad students to negotiate exchanging research-oriented project work for assignments. Honor students, as well as non-honor bur well motivated students can opt to be involved in a research projects. .

Topics:
This is an outline of the material to be covered. The topics and their depth will be adjusted as needed. In parenthesis I have put an estimate of the number of lectures that will be used for that general topic area. There are 29 lectures in this term. I have left the equivalent of 3 lectures for quizzes and review/assignment issues, 1 for a non-testable bonus lecture, and 2 for important topics I have forgotten and/or schedule slippage.

If you want to see more details about what the course is like, you may wish to look at the slides from last year. We will likely cover the topics in a slightly different order this term, and there will be some modifications, but there will be perhaps 80% overlap with the material covered last term.

Grading:
    Assignments: 55%
    Midterm: 18%
    Final: 18%
    Max(Midterm,Final): 9%

A cumulative percentage of 92% guarantees an A, 82% guarantees a B, 20% a C, and 60% a D. In Gray-area cases, the final grade will be the outcome of class participation, and general mastering of the material. (possibly differently for 433 and 533).

Assignments: (55%)
There will be 5-6 assignments, with a substantive focus on programming. These programming assignments are designed to both provide experience in writing interactive graphics software and to help students learn specific theoretical material. The grade of the lowest one will be dropped.\overbrace{\frac{\frac{}{}}{}}

Assignments will be handed-in electronically, and thus will be time stamped. Material to be submitted will include source code, build files (such as Linux makefile), an executable, a readme, and likely other files as explained in the instructions for each given assignment. Include a readme file with your submission describing any known problems or bugs, as well as any extra features you included (which may be eligible for modest extra credit).

This semester, we are offering two build options for programming assignments. Assignments should build and run on Linux (using make/gcc) or Windows XP (using Visual Studio). The CS graphics machines (GS 930) will be used as reference systems for all submitted material. If programs are developed elsewhere, or on other OS's, they should be checked on these machines before being handed-in. Further, assignments should be easy for the grader to compile and run -- by simply typing "make" for Linux installations or by running the "build" command in Visual Studio.

Assignments that fail to comply with these instructions may be counted as zero credit.

Exams: (45%)
There will be a midterm and a final exam. Each exam counts as 18% of the course grade. The higher of these two scores adds an additional 9% to the final course grade. Exams will include material covered in class that is not part of the programming assignments, and may only be covered tersely in the notes.

Policies:
Good attendance is expected and strongly advised.

Exams must be attended at their appointed time unless you have permission in advance to do otherwise. Make up exams will not be given except under extraordinary circumstances.

Assignment late policy: Late assignments will be accepted with penalty until five days late. From that point onwards, assignments will not be accepted. This is a matter of courtesy to your TA. The late penalty is 10% per day. In addition, there is a 12 hour "grace" period (late with no penalty) for each turn-in deadline. For example, if an assignment is due at 23:59:59 on Nov. 10, submissions prior to 11:59:59 (inclusive) on Nov. 11 will be accepted without penalty. Similar reasoning applies for each additional penalty day, up to 5 days.

Some attempt will be made to detect violations of the University of Arizona's academic integrity policy. Specifically, exams and written assignments must be the sole work of the student. Students may help each other with the problem analysis and general strategies relevant to the programing assignments, but detailed help or code sharing is not permitted. All code in programming assignments will be assumed to have been written by the student (or student team) unless attribution is given. An obvious exception to this rule is sample code which has been provided by the instructor for this course through the course web page tree. Such code does not require attribution (we know where it came from). It is also permissible to include with attribution code from external sources provided that the code is published, has not been solicited, and was not written for course requirement for this or a similar course given elsewhere.