CS312 Lab 8: Cubemaps and other maps

 

  1. In my handouts directory, there are a collection of cubemaps and diffuse/specular/normal maps found under the directories appropriately named cubemaps/ and normalmaps/.
  2. A much larger collection of cubemaps can be found on Emil Person (Humus)'s site
  3. Write your own program to:
    1. cubemap a cube
    2. diffuse/specular map a cube
    3. try spherical mapping too
    4. experiment with shading model (i.e. cartoon shading, bump/normal mapping, etc)