CPP source code
This is a simple program using OpenGL and the GLUT libaries. The program opens a window and plots a mathematical function:
x * e-x * cos(2*PI*x)
color.h contains header information for the Color3 class
shapes.h contains header information for the Shape and Polyline classes
polyline.cpp contains source code for Polyline member functions including Polyline::tween
10/31/03
Various wire-frame Open GL objects
objects.cpp
This program draws a static picture of some Open GL objects
objects.cpp contains main() and callback functions
10/31/03
Check the shared, class drive
All of the files,
in addition to all the Workspaces, Projects and Mesh files have been
placed in the class's shared drive (I: for me) and can be accessed
there.
10/31/03
A shaded scene with a table, sphere, jack and some
walls. You can move around using the arrow keys, 'f' for
forward, 'b' for backward and 'g' and 'd' will roll left and
right
camShadedScene.cpp
This program draws a shaded picture and has camera controls.