This course provides a comprehensive introduction to computer graphics, focusing on fundamental concepts and techniques, as well as their cross-cutting relationship to multiple problem domains in interactive graphics (such as rendering, animation, geometry, image processing). Topics include: 2D and 3D drawing, sampling, interpolation, rasterization, image compositing, the GPU graphics pipeline (and parallel rendering), geometric transformations, curves and surfaces, geometric data structures, subdivision, meshing, spatial hierarchies, image processing, compression, time integration, physically-based animation, and inverse kinematics.
All class announcements will be made via our class Piazza Page. Please make sure you sign up for the course on Piazza.
CS248 DOES NOT depend upon CS148 as a prereq. However, we expect you to be a proficient C/C++ programmer to complete the required programming assignments. (We expect you've taken CS107). We also assume basic understanding of linear algebra (MATH 51) and 3D calculus.
There is no required textbook for CS248, though a variety of books may provide good supplementary material:
All students will be expected to perform:
- Participation in and out of class: Make comments on the course web site (one per lecture): 5%
- Three programming assignments: 45%
- Self-selected final project: 25%
- Two exams: 25% (one in class, one take-home)
Programming assigments and the final project can be completed in teams of up to two students.
Each student is allotted a total of five late-day points for the semester. Late-day points are for use on the three programming assignments only. Late-day points work as follows:
Students in CS248 are absolutely encouraged to talk to each other, to
the TAs, to the instructors, or to anyone else about course
assignments. Any assistance, though, must be limited to discussion of
the problems and sketching general approaches to a solution. Each
student should write their own code and produce their own
writeup. Consulting another student's solution is prohibited and
submitted solutions may not be copied from any source. These and any
other form of collaboration on assignments constitute cheating. If you
have any question about whether some activity would constitute
cheating, just be cautious and ask the instructors before proceeding!
You may not supply code, assignment writeups, or exams you complete
during CS248 to other students in future instances of this course
or make these items available (e.g., on the web) for use in future
instances of this course (just as you may not use work completed by
students who've taken the course previously). Make sure to make
repositories private if you use public source control hosts like
github.