In-Class Exercise
Write a program to interactively transform an object.
The program should have a set of keyboard controls something like this:
- w - translate up
- z - translate down
- a - translate left
- s - translate right
- f - rotate counter-clockwise
- g - rotate clockwise
- k - scale down
- l - scale up
next