1
play

1 Course Outline Course Outline Course Outline Course Outline 3D - PDF document

Goals Goals Foundations of Computer Graphics Foundations of Computer Graphics Systems: Write complex 3D graphics programs (Spring 2010) (Spring 2010) (real-time in OpenGL, offline raytracer, animation) CS 184, Lecture 1: Overview and


  1. Goals Goals Foundations of Computer Graphics Foundations of Computer Graphics  Systems: Write complex 3D graphics programs (Spring 2010) (Spring 2010) (real-time in OpenGL, offline raytracer, animation) CS 184, Lecture 1: Overview and History  Theory: Mathematical aspects and algorithms Ravi Ramamoorthi underlying modern 3D graphics systems http://inst.eecs.berkeley.edu/~cs184  This course is not about the specifics of 3D graphics programs and APIs like Maya, Alias, DirectX but about the concepts underlying them. Course Outline Demo: Surreal and Crazy World (HW 3) Demo: Surreal and Crazy World (HW 3) Course Outline  3D Graphics Pipeline Modeling Animation Rendering Course Outline Course Outline Course Outline Course Outline  3D Graphics Pipeline  3D Graphics Pipeline Modeling Animation Rendering Modeling Animation Rendering Unit 1: Transformations Unit 1: Transformations Resizing and placing objects in the Weeks 1,2. Ass 1 due Feb 11 world. Creating perspective images. Weeks 1 and 2 Unit 2: Spline Curves Ass 1 due Feb 11 (Demo) Modeling geometric objects Weeks 3,4 Ass 2 due Feb 25 (Demo) 1

  2. Course Outline Course Outline Course Outline Course Outline  3D Graphics Pipeline  3D Graphics Pipeline Modeling Animation Rendering Modeling Animation Rendering Unit 3: OpenGL Unit 3: OpenGL Unit 1: Transformations Unit 1: Transformations Weeks 5-7. Weeks 5-7. Weeks 1,2. Ass 1 due Feb 11 Ass 3 due Mar 18 Weeks 1,2. Ass 1 due Feb 11 Ass 3 due Mar 18 Unit 2: Spline Curves Unit 2: Spline Curves Unit 4: Animation Weeks 3,4. Ass 2 due Feb 25 Weeks 3,4. Ass 2 due Feb 25 Week 8. Ass 4 due Apr 8 Course Outline Image Synthesis Examples Course Outline Image Synthesis Examples  3D Graphics Pipeline Modeling Animation Rendering Unit 3: OpenGL Unit 1: Transformations Weeks 5-7. Weeks 1,2. Ass 1 due Feb 11 Ass 3 due Mar 18 Unit 5: Shading, Unit 2: Spline Curves Unit 4: Animation Ray Tracing Weeks 3,4. Ass 2 due Feb 25 Week 8. Weeks 9-12. Ass 4 due Apr 8 Ass 5 due Apr 29 Logistics Logistics Workload Workload  Website http://inst.eecs.berkeley.edu/~cs184 has most  Lots of fun, rewarding but may involve significant work of the information (look at it)  5 programming projects; latter three are time-consuming  Office hours: before or after class (or send me e-mail) (but you have 3 weeks, groups of two, intermediate  TA: Fu-Chung Huang, Daniel Ritchie, Rm 545, 537? milestones). START EARLY !!  Course bulletin board, cs184@imail.eecs.berkeley.edu  Course will involve understanding of mathematical, geometrical concepts taught (tested on midterm, final)  Textbook: Fundamentals of Computer Graphics by Shirley (3 rd edition) , OpenGL Programming Guide 6 th or  Prerequisites: Solid C/C++/Java programming 7 th ed by Shreiner, Woo, … background. Linear algebra (review on Mon) and general math skills  Many optional textbooks of interest on reserve  Should be a difficult, but fun and rewarding course  Website for late, collaboration policy, etc  Questions? 2

  3. To Do History To Do History  Look at website  Brief history of significant developments in field  Various policies etc. for course. Send e-mail if confused.  Couple of animated shorts for fun  Skim assignments if you want. First two are ready  Towards end of course: movie, history of CG  Rest will be up soon  Submission instructions for assignments 1,2 soon  Assignment 0, Due Jan 28 Thu (see website). Set up your account and tell us about yourself, providing a digital photo (so we can put names to faces).  Any questions? What is Computer Graphics? 2D Graphics What is Computer Graphics? 2D Graphics  Anything to do with visual representations on a computer Many of the standard operations you’re used to :  Includes much of 2D graphics we take for granted  Text  And 3D graphics modeling and rendering (focus of course)  Graphical User Interfaces (Windows, MacOS, ..)  Computer animation (both 2D and 3D)  Auxiliary problems: Display devices, physics and math for  Image processing and paint programs (Photoshop, …) computational problems  Drawing and presentation (Powerpoint, …) The term Computer Graphics was coined by William Fetter of Boeing in 1960 First graphic system in mid 1950s USAF SAGE radar data (developed MIT) How far we How far we’ ’ve come: TEXT ve come: TEXT From Text to GUIs From Text to GUIs  Invented at PARC circa 1975. Used in the Apple Macintosh, and now prevalent everywhere. Manchester Mark I Display Windows 1.0 Xerox Star 3

  4. Drawing: Sketchpad (1963) Paint Systems Drawing: Sketchpad (1963) Paint Systems  Sketchpad (Sutherland, MIT 1963)  SuperPaint system: Richard Shoup, Alvy Ray Smith (PARC, 1973-79)  First interactive graphics system (VIDEO)  Many of concepts for drawing in current systems  Pop up menus  Constraint-based drawing  Hierarchical Modeling  Nowadays, image processing programs like Photoshop can draw, paint, edit, etc. Image Processing 3D Graphics Image Processing 3D Graphics  Digitally alter images, crop, scale, composite  3D Graphics Pipeline  Add or remove objects  Sports broadcasts for TV (combine 2D and 3D processing) Modeling Animation Rendering Applications Modeling Modeling Applications  Spline curves, surfaces: 70 s – 80 s  Entertainment (Movies), Art  Design (CAD)  Utah teapot: Famous 3D model  Video games  Education, simulators, augmented reality  More recently: Triangle meshes often acquired  Image processing and photography from real objects 4

  5. Rendering: 1960s (visibility) Rendering: 1970s (lighting) Rendering: 1960s (visibility) Rendering: 1970s (lighting)  Roberts (1963), Appel (1967) - hidden-line algorithms 1970s - raster graphics  Warnock (1969), Watkins (1970) - hidden-surface  Gouraud (1971) - diffuse lighting, Phong (1974) - specular lighting  Sutherland (1974) - visibility = sorting  Blinn (1974) - curved surfaces, texture  Catmull (1974) - Z-buffer hidden-surface algorithm Images from FvDFH, Pixar’s Shutterbug Slide ideas for history of Rendering courtesy Marc Levoy History of Computer Animation History of Computer Animation Rendering (1980s, 90s: Global Illumination) Rendering (1980s, 90s: Global Illumination)  10 min clip from video on history of animation early 1980s - global illumination  Whitted (1980) - ray tracing  Covers sketchpad, animation, basic modeling,  Goral, Torrance et al. (1984) radiosity rendering  Kajiya (1986) - the rendering equation  A synopsis of what this course is about Related courses Related courses Short Videos Short Videos  CS 283 (taught as 294), graduate class taught for first time in the fall this year  Many CS 294 and similar courses, e.g. visualization, physical simulation, geometric modeling, …  Other related courses: Computer Vision, Robotics, User Interfaces Computational Geometry, Photography, … 5

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend