HOME | Lab1 | Lab2 | Lab3 | Lab4 | Lab5 | Lab6 | Lab7 | Lab8 | Lab9 | Lab10 | CODE |
Jesse's Portfolio | Shingo's Portfolio |
LAB DESCRIPTION
Lighting is the final project required to create an appealing scene. Lighting can be done (in its simplest form) by bouncing light vectors off polygon faces (whose direction of incidence can is specified mathematically via a normal vector) to the viewer location. Polygons are shaded by rendering gradients between colors specified at each vertex.
The method of shading polygons is known as Gourand Shading.
![]() |