Ghaz3D
Ghaz3D is my personal project with the intent of solidifying some linear algebra techniques, and to introduce myself to the world of 3D graphics programming. Ghaz3D is a C++ class library with several matrix/vector classes.
ThreeDee is the program I used to test Ghaz3D. It simply renders a cube, then rotates and translates it around the window. It can sometimes be difficult to see, given the nature of wire frame graphics.
Instructions:
- Download the .zip file.
- Unzip the folders to your desired location.
- Open the Ghaz3D solution in MS Visual Studios 2005 (or later, but you might have to convert the project).
- Build Ghaz3D.
- Open ThreeDee in MS Visual Studios 2005 (or later, but you might have to convert the project).
- Make sure the Ghaz3D.dll is added as a reference in the project.
- Build and run ThreeDee. Click the Initialize button. The cube will appear, and begin it's cycle.
If you have any questions or suggestions, please email me.