1 / 38

Introduction

Introduction. Agenda. Introduction to Computer Graphics History CG in films Applications Contents of the course. What are Computer Graphics?. Edition of models and figures Create, store, modify and render The final output on the screen are pixels. Elements of Computer Graphics.

kaoru
Download Presentation

Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction

  2. Agenda • Introduction to Computer Graphics • History • CG in films • Applications • Contents of the course

  3. What are Computer Graphics? • Edition of models and figures • Create, store, modify and render • The final output on the screen are pixels

  4. Elements of Computer Graphics • Hardware • CPU, video card, display, ... • Software • modeler, capturer, renderer, … • People • programmer, designer, animator, … • Products • applications, films, images, models, ...

  5. Short history of Computer Graphics • 1940: first project of a Computer Graphics system • 1951: Whirlwind: representation of data of a radar • 1961: Spacewar, first video game

  6. Sketchpad • Ivan Sutherland (doctoral thesis in MIT, 1963) • First interactive graphic system • Display of primitives • Hierarchic models • Constraints based • Optic pen • Function keys • Popup menus

  7. Evolution of hardware • Vectorial displays • based on oscilloscopes • 1975: Cathode Ray Tube (CRT) • Time independent of number of elements • introduction of frame buffer • 1980: low cost hardware -> spreading of graphic applications

  8. Rendering • 1971 – Gouraud surface rendering • 1974 - Z-Buffer algorithm, Catmull • 1975 – Phong surface rendering • 1975 – Fractal geometry of Mandelbrot

  9. Rendering • 1976 - Textures, James Blinn, Catmull • 1978 – Curve surfaces, James Blinn • 1980 - Ray tracing, Turner Whitted • 1984 - Radiosity, Cornell University

  10. Rendering • 1985 – Solid textures, Perlin • 1988 - Renderman, Pixar • 1995 – first feature film: Toy Story

  11. Computer Graphcis in films • 1982 1982 Star Trek II - 1983 1973

  12. Star Wars 1977

  13. Tron 1980

  14. Feature films made with computer graphics • Toy Story • Bugs (Bichos) • Hormigaz (Antz) • Monsters Inc. • Shrek • Toy Story 2 • Dinosaurs • Ice Age, Barbie, … • Finding Nemo

  15. Pixar

  16. DreamWorks

  17. Others

  18. Simulation of “reality” • Stars Wars, Episode 1 • Jurassic Park • Final Fantasy

  19. Capture of real movement

  20. Special effects The Adventures of Rocky & Bullwinkle, The Beach, Cast Away, Chicken Run, Dinosaur, Gladiator, Hollow Man, How the Grinch Stole Christmas, Mission to Mars, The Perfect Storm, Pitch Black, Nutty Professor II: The Klumps, Space Cowboys, Bicentennial Man, Fight Club, Inspector Gadget, Iron Giant, The Matrix, Sleepy Hollow, Star Wars: The Phantom Menace, Stuart Little, Toy Story 2, The World is Not Enough, Babe: Pig in the City, A Bug’s Life, Patch Adams, What Dreams May Come, Contact, Jurassic Park: The Lost World, Men in Black, Starship Troopers, Apollo 13, Balto, Batman Forever, Casper, Indian in the Cupboard, Jumanji, Outbreak, Pocahontas, Species, Toy Story, Clear & Present Danger, Forrest Gump, Interview with a Vampire, The Jungle Book, The Lion King, The Mask, Miracle on 34th Street, Speed, True Lies, Cliffhanger, Demolition Man, Free Willy, Jurassic Park, Aladdin, Batman, Returns, Death Becomes Her, Beauty and the Beast, Star Trek VI, Terminator II, Jetsons, The Abyss, StarQuest, Young Sherlock Holmes, Artificia Intelligence, Evolution, Minority Report, Mission: Impossible 2,Forces, ...

  21. Games • 1972 Pong • 1978 Space Invaders • 1980 Pacman • 1985 Commodore Amiga • 1988 Tetris • 1989 Game boy http://jamillan.com/primavera/crono.htm

  22. Applications in different areas • User interface • CAD • Medicine • Scientific Visualization • Simulation • Leisure time • films, video games, ...

  23. Contents of the course

  24. Graphic libraries • They are libraries with functions to render graphics • Examples • OpenGL • Java3D • Phigs • DirectX • Lenguages • WRML.

  25. Transformations • Coordinate systems • 2D Transformations • 3D Transformations • Transformation composition • Rotating about a pivot • Rotating about an axis.

  26. Model of 3D objects • Objects building • Rendering of objects • Polygonal representation • structure, creation, mesh, attributes, ... • Others methods (splines, CGS, volumetric).

  27. Camera • Coordinate systems and transformations • Viewing coordinates • Coordinate transformation matrix • Projections • Window and viewport.

  28. Lighting • Factors of light • Reflection • Ambient light • Diffuse reflection • Specular reflection • Illumination models.

  29. Color • Light and color • The visible light spectrum • Primary and secondary colors • Color spaces • RGB, CMY, YIQ, HLS, CIE • CIE XYZ, CIE xyY and CIE diagram properties.

  30. Surface rendering methods • Different surface rendering methods • Wireframe • Plane color • Gouraud • Phong • Gouraud-Phong comparison.

  31. Rendering algorithms • Objective • Rendering of lines • DDA algorithm • Bresenham algorithm • Polygons rendering • Polygons filling • Visible surface detection.

  32. Textures • Concept of texture • Use • Texture mapping • Environment mapping • Bump mapping.

  33. Illumination models. • Local illumination model andglobal illumination model • The rendering equation of Kajiya • Algorithms • Ray tracing • Radiosity • Radiance application.

  34. Interaction • The human senses • Interaction systems • Virtual reality • Augmented reality.

  35. Animation • Capture and images sequences • “Sprites” animation • Key Frame animation • 3D animation • Examples: • Flash, Quicktime VR, VRML.

  36. Sound • Sound digitalization • Sound process • Compression • Formats • MIDI.

  37. Multimedia graphics and Video • Types of graphics, multimedia graphics, bitmaps, resolution, compression • Video systems • Digitalization of video, video standards, compression of video • Streamed video • Edition of digital video and process

  38. Graphic Hardware • Description of the elements • Graphic cards • Benchmarking • Projection technologies.

More Related