Introduction: ------------- This directory contains a simple sample OpenGL program. It should be possible to run these programs on any of the following platforms: > CSIC Linux Lab, located on the 3rd floor of CSIC (just across the bridge), has PC's running Linux. You will an account to log onto CSIC Linux lab account. (I will request these.) > A Microsoft Windows PC running Visual C++ or Visual Studio.NET in which OpenGL, GLU, and GLUT have been installed. (OpenGL and GLU are standard on modern PC's. You will likely have to install GLUT on your own. See the class OpenGL web page for further information.) > Your own PC running Linux/Unix: As above, you will likely need to install OpenGL, GLU, and/or GLUT yourself. Sample Program: --------------- The program sample1.cpp is a simple OpenGL program written in C++. It opens a small window and renders a teapot in it. You can go through the code (C++) and get a feel for the basic structure common to all OpenGL programs. Please refer to files "ReadmeForWindows.txt" and "ReadmeForUnix.txt" for information on how to get sample1.cpp up and running on Windows and Unix environments respectively.