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