The author describes the purpose of the book well: with the c++ classes he provides users only have to worry about the WHAT and not the HOW part of the graphics. As a c++ programmer, without this book I used to spend 80-95% of my time working out the details of the graphics. Now in the case of 3D graphics it is around 15-20%. If you have been following the development of computer graphics, you may be familiar with the...
0Report
Overall good book, especially interesting chapters about modeling and creating movies (AVI files). Some interesting math stuff. Drawback (at least for me): he uses his own API wrapper, the 3DPlus library (which is integrated with MFC)
0Report
This is a good book on 3d programming for beginners and has good samples. Doesn't go much into immediate mode but thats ok because other books currently written don't either. Has game type fundamental programming like sprites and has good examples of using mfc and wrappers. Great book for starting out on until direct3d gets more accepted and more info comes out on this subject.
0Report