CS 455 Lecture 13 – Spotlight and Beyond Color Textures
March 5, 2013 by Chris Johnson. Filed under cs455, lectures, spring 2013.
Before Class
Spotlight
Beyond Color Textures
In Class
- Write a renderer that casts a spotlight on a scene, but instead of illuminating the objects, it pulls the objects albedo out of a 1-D texture, which is indexed by the dot product of the light direction and negated spot direction. A couple of 1-D textures are in W455.
Comments