1 / 20

Introduction to Computer Graphics: Lighting & Illumination

Explore the basics of illumination, Phong reflectance, surface shading, Gouraud interpolation, and Phong interpolation in computer graphics. Learn about ambient, diffuse, specular, and reflected light, and how lighting models simplify the representation of light.

Télécharger la présentation

Introduction to Computer Graphics: Lighting & Illumination

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 to Computer Graphics:Lighting & IlluminationRama C. Hoetzlein, 2011Cornell UniversityLecture Notes

  2. Topics Covered1. Illumination Basics2. Phong Reflectance3. Surface Shading4. Gouraud Interpolation5. Phong Interpolation

  3. Ambient light – Global illumination coming from other surfaces direct light only ambient (indirect) light

  4. Diffuse light – Total direct lighting from a point source

  5. Specular light – Light reflected directly from a light source along the viewing angle

  6. Reflected light – Light coming from another object due to a reflective surface

  7. A lighting model is a mathematical description oflight which simplifies some aspect of illumination.

  8. Some Observations:1. The ambient term is a constant – This is not physically accurate, as it does not account for bounce lighting.2. The diffuse term depends only on the angle between the surface and the light source. It does not depend on the viewer.3. The specular term depends on the angle between the viewer and the reflection angle of the light on the surface.All terms are a simplification because they consider only point lights,and only particular kinds of surfaces.

  9. Flat Gouraud Phong

More Related