Difference between revisions of "CSE167Fall2012"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(New page: =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...)
 
(External Links)
Line 38: Line 38:
 
==External Links==
 
==External Links==
  
 +
* [http://ivl.calit2.net/wiki/index.php/CSE_167_Fall_2011 CSE 167 Fall 2011 Home Page]
 
* [http://graphics.ucsd.edu UCSD Computer Graphics Group]
 
* [http://graphics.ucsd.edu UCSD Computer Graphics Group]
* Previous classes: [http://ivl.calit2.net/wiki/index.php?title=CSE167Fall2011 Fall 2011], [http://graphics.ucsd.edu/twiki/bin/view.pl/Classes/CSE167Fall2010 Fall 2010]
 

Revision as of 14:45, 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

  • Section ID: 755980
  • Number of units: 4
  • 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.

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

External Links