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 cursor keyboard keys to spin and zoom the game. 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 were 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.