Papers and articles available on the web will not be handed out in class. Pointers to the online versions of papers are included by the reference. You are expected to download and print these papers yourselves. One reason for doing this is that many visualization papers contain pictures that do not reproduce well when copied. The ACM and IEEE Digital Libraries are now available online for Stanford students. They are a great resource: learn to use them. Readings not available online will be handed out in class. They will also be available in the CS148 course handout cabinet in Gates Rm 377 (the copy room in the graphics wing 3B). Hint: Read the material before class! [[Anchor(Introduction)]] == Introduction == Lecture * [wiki:Self:IntroductionLecture Slides] ''No readings'' [[Anchor(Drawing)]] == Drawing == Lecture * [wiki:Self:DrawingLecture Slides] Text * [http://graphics.stanford.edu/courses/cs148-07/lectures/drawing/drawing_code.zip OpenGL Code Examples] * Primer, Ch. 1 and 2 * Redbook, Ch 2, pp. 27-55 [[Anchor(Geometry)]] == Geometry == Lecture * [wiki:Self:GeometryLecture Slides] * [http://graphics.stanford.edu/courses/cs148-07/code/geom/epicycloid.c OpenGL epicycloid] Text * Shirley, Ch 1 and 2 [[Anchor(Transforms)]] == Transformations == Lecture * [wiki:Self:TransformationsLecture Slides] Text * Shirley, Ch 5 and 6 * Primer, Ch 5 * Redbook, Ch 3 (ignore viewing transformations for now) [[Anchor(Typography)]] == Typography == Lecture * [wiki:Self:TypographyLecture Slides] Text * Primer, Ch 7.1-7.3 * Redbook, Bitmaps and Fonts, pp. 303-310 [[Anchor(Splines)]] == Splines and Interpolation == Text * Shirley, Ch 15 Curves (except for sections on B-splines, 15.6.2, 15.6.3, 15.6.4)