CS 312 Lab 3: Transformations
- Copy the demo executable transformation and
the directory data/
from ~eeaton/public/cs312/handouts/gldemo
to your own directory. Run transformation.
- Look
at section 3.11 in your textbook and write your own animation of a
simple geometric figure (square, triangle, circle, or something else)
using transformations. For example, your figure could spin
around, bounce around the screen, or something else interesting.
What to turn in
Place your code into a directory named LastnameFirstname-Lab3.
For
example,
my
directory
would
be
EatonEric-Lab3.
Then create a tar archive of that directory, such that the tar file
expands to the directory (not a bunch of files). Copy that tar archive
into ~eeaton/submit/cs312/username/ (where "username" is your
cs system username -- we're trying a new submission procedure) to
complete the submission.