/////////////////////////////////////////////////////////////
//
// for Multi Lab machines
//
/////////////////////////////////////////////////////////////
A program demonstrating the application of
a rotating textured cube is attached.

To compile the program, type:

    make -f makefile.mak



/////////////////////////////////////////////////////////////
//
// for CS domain
//
/////////////////////////////////////////////////////////////
A program demonstrating the application of
a rotating textured cube is attached.

To compile and execute the program, 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 texturedCube       //  rotate a textured cube