/////////////////////////////////////////////////////////////
//
// for Multi Lab
//
/////////////////////////////////////////////////////////////
A program demonstrating the application of "flying"
a camera around a teapot is attached.

To compile, type:

    make  -f makefile.mak     // Fly a camera around a teapot



(Type 'F', 'P', 'A' or 'M' to show the initial teapot.)



/////////////////////////////////////////////////////////////
//
// for CS domain
//
/////////////////////////////////////////////////////////////
A program demonstrating the application of "flying"
a camera around a teapot is attached.

To compile and execute, first change the
priority mode of files "r" and "makefile-1.mak" to
make them command files (by typing "chmod 700 r" and
"chmod 700 makefile-1.mak"), then type

    r flyCamera       //  Fly a camera around a teapot


(Type 'F', 'P', 'A' or 'M' to show the initial teapot.)