<< Chapter < Page | Chapter >> Page > |
This module is one in a collection of modules designed for teaching GAME2302 Mathematical Applications for Game Development at Austin Community College in Austin, TX.
What you have learned
In a previous module, I presented and explained four programs that used the game-math library named GM2D04 . One of those programs taught you how to use the addVectorToPoint method of the GM2D04.Point class to translate a geometric object from one location in space to a differentlocation in space.
Another program taught you how to do the same thing but in a possibly more efficient manner.
The third program taught you how to do rudimentary animation using the game-math library.
The fourth program taught you how to use methods of the game-math library to produce relatively complex drawings.
All of the programs were interactive in that they provide a GUI that allows the user to modify certain aspects of the behavior of the program.
What you will learn
The most important thing that you will learn in this module is how to update the game-math library to support 3D math and how to produce 3D images similar tothat shown in Figure 1 .
Figure 1 A 3D image produced using the game-math library.
And a whole lot more...
You will learn much more than that however. Some highlights of the things you will learn are:
I recommend that you open another copy of this module in a separate browser window and use the following links to easily find and view the Figuresand Listings while you are reading about them.
Notification Switch
Would you like to follow the 'Game 2302 - mathematical applications for game development' conversation and receive update notifications?