Stanford CS248, Winter 2021
INTERACTIVE COMPUTER GRAPHICS

This page contains lecture slides and recommended readings for the Winter 2021 offering of CS248.

(Breadth of graphics applications, simple drawing of lines)
(Drawing a triangle via point sampling, point-in-triangle testing, aliasing, Fourier interpretation of aliasing, anti-aliasing)
(Definition of linear transforms, basic geometric transforms, homogeneous coordinates, transform hierarchies, perspective projection)
(Perspective projection, texture coordinate space, bilinear/trilinear interpolation, how aliasing arises during texture sampling, prefiltering as an anti-aliasing technique)
(Z-buffer algorithm, image compositing, end-to-end 3D graphics pipeline as implemented by modern GPUs)
(Properties of surfaces (manifold, normal, curvature), implicit vs. explicit representations, basic representations such as triangle meshes, bezier curves and patches)
(Half-edge mesh structures, mesh operations such as tessellation and simplification)
(Closest point, ray-triangle intersection, ray-mesh intersection, the relationship between rasterization and ray tracing)
(Acceleration structures such as bounding volume hierarchies, K-D trees, uniform grids)
(Common material models, use of texture for lighting (bump mapping, environment mapping, prebaked lighting), motivating need for shaders on modern GPUs)
(Shadow mapping, reflections, ambient occlusion, precomputed lighting, deferred shading, parallel rasterization)
(VR Headset hardware, how head-mounted displays cause challenges for renderers, resolution and latency requirements, judder, foveated rendering)
(How the eye works, color spaces, brightness and lightness, motivation for Gamma correction)
(JPG image compression, image filtering via convolution (sharpening/blurring), data-dependent filters)
(Multi-resolution techniques, tone adjustment, trends in deep learning-based image manipulation)
(Animation examples, splines, keyframing)
(Optimization basics, inverse kinematics, motion graphs, methods of capturing human motion (motion capture suits, Kinect, computer vision methods))
(design of modern GPUs, how rendering is parallelized onto GPUs)
(course wrap up, discussion of ongoing graphics research at Stanford)