FAQ
Here is a question that might be on your mind:
Q) Where can I see more of the power of the View
class in action?
A) Take a look at the enhanced edition of the Zombie Arena game in the download bundle. You can use the keyboard cursor keys to spin and zoom the action. Warning! Spinning the scene makes the controls awkward, but you get to see some of the things that can be done with the View
class.
The zoom and rotate functionality was achieved with just a few lines of code in the input handling section of the main game loop. You can see the code in the Zombie Arena Enhanced Version
folder of the download bundle or run the enhanced version from the Runnable Games/Zombie Arena
folder.