CSE167Fall2012
From Immersive Visualization Lab Wiki
Contents |
CSE 167, Fall 2012: Introduction to Computer Graphics
This class provides an introduction to 3D computer graphics. We will cover the fundamentals of 3D rendering and modeling. The focus is on real-time applications using OpenGL. You will also learn the basics of shader programming using graphics processing units (GPUs). In the course projects you will build your own real-time rendering engine. Here is a detailed class schedule.
File:Collage2011-640.jpg
Pictures of CSE167 final projects from 2011
Announcements
- 9/24/2012: Welcome to CSE167! Check here often for course announcements.
Course Information
- Instructor: Jurgen Schulze (jschulze [at] ucsd.edu, http://www.calit2.net/~jschulze/).
- Office hour: Tuesdays 3:30-4:30pm, Atkinson Hall Room 2125
- Teaching Assistant: Sid Vijay (svijay+cse167 [at] cs.ucsd.edu)
- Office hours: Wed+Thu 3:30-5:30pm
- Tutors:
- Matthew Religioso (mreligio [at] ucsd.edu), office hours: Thu 4:30-6:30pm
- Joey Ly (jyly [at] ucsd.edu), office hours: Tue 6-8pm
- Please put "CSE167" in the subject line of your emails to us.
- Section ID: 755980
- Number of units: 4
Weekly Schedule
- Lectures: Tuesday/Thursday, 2:00pm-3:20pm, WLH 2204
- Homework grading: Fridays 1:30pm, CSE lab 260
- Homework introduction (Sid): Mondays 2:30-4:30pm, CSE lab 260
Class Information
- Schedule of Classes
- Text Books and Resources
- Grading and Exams
- Homework Projects
- Base code and compilation instructions for homework projects
- Helpful tips to debug your code