Difference between revisions of "CSE167Fall2012"
From Immersive Visualization Lab Wiki
(→External Links) |
(→Course Information) |
||
Line 12: | Line 12: | ||
==Course Information== | ==Course Information== | ||
− | |||
− | |||
* Instructor: Jurgen Schulze (jschulze [at] ucsd.edu, http://www.calit2.net/~jschulze/). | * Instructor: Jurgen Schulze (jschulze [at] ucsd.edu, http://www.calit2.net/~jschulze/). | ||
** Office hour: Tuesdays 3:30-4:30pm, Atkinson Hall Room 2125 | ** Office hour: Tuesdays 3:30-4:30pm, Atkinson Hall Room 2125 | ||
Line 22: | Line 20: | ||
** Joey Ly (jyly [at] ucsd.edu), office hours: TBD | ** Joey Ly (jyly [at] ucsd.edu), office hours: TBD | ||
* Please put "CSE167" in the subject line of your emails to us. | * Please put "CSE167" in the subject line of your emails to us. | ||
+ | * Section ID: 755980 | ||
+ | * Number of units: 4 | ||
==Weekly Schedule== | ==Weekly Schedule== |
Revision as of 13:51, 24 September 2012
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 [at] ucsd.edu)
- Office hours: TBD
- Tutors:
- Matthew Religioso (mreligio [at] ucsd.edu), office hours: TBD
- Joey Ly (jyly [at] ucsd.edu), office hours: TBD
- 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: Mondays 4pm, 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