Write a program and data to create a small house. One wall is to be textured mapped with a picture of you or other externally entered picture. One Wall is to be color mapped for the function f(x) = x * sin(x). In front of the house and to its right should be your initials, in large letters. In front of the house and to its left should be your name and "PROGRAM 1" and the month/day/year you wrote the program.

Turn is a listing of the c++ program and a printout of the image. See Writing a VTK Program, Running a VTK Program and Turning in a PROGRAM for help.

The following note is for vtk1.0. I will update to vtk2.0 as I get information.

Check on the class home page for tools to find where copies of the Visualization Toolkit (vtk) source and objects can be found. The following refers to examples in the directory vtk/dist/examples.

An example of showing text is vtk/dist/examples/cc/alphaFreq.cc, be sure to run this (vtk/examples/cc/alphaFreq) to see how this works. To run this program, you will need to supply a file with text in it.
e.g.
alphaFreq some-file

Examples of displaying an object with a texture map can be found in vtk/dist/examples/RPeano.cc and vtk/dist/examples/cc/TPlane.cc