Difference between revisions of "CSE167Fall2012"
From Immersive Visualization Lab Wiki
(→Announcements) |
(→Announcements) |
||
Line 9: | Line 9: | ||
==Announcements== | ==Announcements== | ||
+ | * 10/14: Matthew's office hours are canceled for this week. | ||
* 10/12: [[Project3Fall12 | Homework Project 3]] is now on-line | * 10/12: [[Project3Fall12 | Homework Project 3]] is now on-line | ||
* 10/5: [[Project2Fall12 | Homework Project 2]] is now on-line | * 10/5: [[Project2Fall12 | Homework Project 2]] is now on-line |
Revision as of 21:11, 14 October 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.
Announcements
- 10/14: Matthew's office hours are canceled for this week.
- 10/12: Homework Project 3 is now on-line
- 10/5: Homework Project 2 is now on-line
- 9/28: Homework Project 1 is now on-line
- 9/27: Come to Sid's first homework introduction in CSE lab 260 on Monday Oct 1st, 2:30-4:30pm
- 9/24: 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