|
|
|
README for ``OpenGL Programming With perl'' -- Part 1 source code
|
|
-----------------------------------------------------------------
|
|
Copyright (C)1997 Alligator Descartes <descarte@hermetica.com>
|
|
Paperplane code based on the original C code by Mark J. Kilgard
|
|
|
|
basic/
|
|
planespin.pl: Rotates a single paper plane on the spot around the \
|
|
y-axis
|
|
planespinresize.pl: Ditto, but there are resize event handlers
|
|
smoothpoly.pl: Creates a single smoothly-colour-graded polygon
|
|
paperplane/
|
|
paperplane.pl: Main file showing 3 paperplanes circling around eac\
|
|
h other
|
|
in a figure of 8.
|
|
plane.pl: The package for the paperplane object. Don't run this!
|
|
|
|
viewport/
|
|
basic.pl: Basic viewport creation. Does virtually nothing except p\
|
|
op up
|
|
a window
|
|
frustum.pl: Ditto, but the view frustum is specified
|