Customer Reviews


15 Reviews
5 star:
 (10)
4 star:
 (1)
3 star:
 (1)
2 star:
 (2)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


28 of 29 people found the following review helpful:
5.0 out of 5 stars Essential reference for any 3D graphics work.
Finally, no more searching through all my college math textbooks for the reference I need for real-time 3D software development. The basics of vectors and matrices are of course included, but in much more depth than you got in school, more than likely - and with emphasis on how they are useful in 3D game programming. So many game developers lack an intuitive feel for such...
Published on June 30, 2004 by Francis J. Kane

versus
35 of 39 people found the following review helpful:
3.0 out of 5 stars Math majors rejoice
To be honest, while I find this book to be a decent reference, I find it to be pretty inaccessible in terms of sitting down and reading through it in an attempt to learn the concepts. As a non-math major (I'm actually an engineer and software developer) these math concepts are by no means beyond me. But rather than simply being presented with equation after equation,...
Published on March 1, 2007 by GameMaker


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

28 of 29 people found the following review helpful:
5.0 out of 5 stars Essential reference for any 3D graphics work., June 30, 2004
By 
This review is from: Mathematics for 3D Game Programming and Computer Graphics, Second Edition (Hardcover)
Finally, no more searching through all my college math textbooks for the reference I need for real-time 3D software development. The basics of vectors and matrices are of course included, but in much more depth than you got in school, more than likely - and with emphasis on how they are useful in 3D game programming. So many game developers lack an intuitive feel for such basics as transformation matrices, dot products, and cross products and are hobbled by this; just read up to chapter three and the lights will go on, so to speak. The chapter on lighting is particularly, well, enlightening - not only are the various lighting models explained in detail (including some I was unfamiliar with before), but the author provides means for accomplishing them in real-time using texture and vertex shaders.

The notation used in the book is modern and consistent, and the code samples clearly written. I believe this is the first volume to combine complete mathematical explanations of essential 3D computer graphics operations with practical advice on how to implement the sometimes complex math efficiently in real-time systems.

The chapters on picking and collision detection are also complete and include practical advice on implementation in addition to the theory behind it.

This is not a book for most high school math students - the author assumes you've at least been through some higher level math and can talk the basic language of mathematics. However, it does not presuppose that you are familiar with anything but basic calculus, and more importantly, it doesn't assume that you're familiar with some quirky notational system specific to the author. I haven't been in a math class for ten years, but I had no trouble understanding any concepts introduced in this book upon the first read.

I don't forsee this volume leaving my desk anytime soon!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


35 of 39 people found the following review helpful:
3.0 out of 5 stars Math majors rejoice, March 1, 2007
By 
GameMaker (Portland, OR USA) - See all my reviews
(VINE VOICE)   
Amazon Verified Purchase(What's this?)
This review is from: Mathematics for 3D Game Programming and Computer Graphics, Second Edition (Hardcover)
To be honest, while I find this book to be a decent reference, I find it to be pretty inaccessible in terms of sitting down and reading through it in an attempt to learn the concepts. As a non-math major (I'm actually an engineer and software developer) these math concepts are by no means beyond me. But rather than simply being presented with equation after equation, proof after proof, what I find a lot more valuable is more discussion on the usage of these equations. Specifically I'd like to see examples, diagrams, and code, and there is precious little of any of that in this book.

In other words, this book is very much like what you expect to find in a very dry upper devision college math text for the consumption of math majors who are used to such things. But for a non math major just trying to make use of these concepts in order to get the job done and make games? eh, not so much.

Still, I do think this book is useful as a reference when I want to look up an equation as there are a ton of them crammed into this book, but for me, I just don't find this book to be very good as a learning tool.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


16 of 17 people found the following review helpful:
5.0 out of 5 stars This book is fantastic, August 3, 2004
This review is from: Mathematics for 3D Game Programming and Computer Graphics, Second Edition (Hardcover)
This book is great. Its material is well explained, the topics covered are complete (for the most part), and the examples make sense. It is a fantastic reference that should be on the shelf of any professional game programmer or aspiring game programmer. However, this book isn't a hand holding guide to making "cool" games, as some reviewers expected it to be. There is no single book for that. There are so many topics to cover, it would be impossible to put them all into one text. Please don't be fooled by reviews from non-professionals, as this book is a must have. For a list of beginner books to give yourself an introduction to game programming, feel free to send me an email.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


18 of 20 people found the following review helpful:
5.0 out of 5 stars Great book!, March 6, 2004
By 
This review is from: Mathematics for 3D Game Programming and Computer Graphics, Second Edition (Hardcover)
This book explain the mathematics behind a game engine, and it does it pretty well. If you are looking for code to cut and paste into your programs, then this book is not for you. But if you want to really anderstand the theory, it has, in my opinion, a very good balance between explanations, demonstrations and examples.
I got this book because my math was a little 'rusty' and it does a perfect job in bringing all this stuff back in memory, and mutch more as I discover a lot of new stuff and how it can be used in a game engine. I really enjoy this book!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


19 of 22 people found the following review helpful:
5.0 out of 5 stars Even better than the first edition, October 5, 2004
By 
This review is from: Mathematics for 3D Game Programming and Computer Graphics, Second Edition (Hardcover)
I gave the first edition of this book a 5 star rating, so considering that the second edition provides updates to the original as well as four new chapters, it's no surprise that the second edition earns a 5 star rating as well.

The new material includes a brief but informative chapter covering graphics pipeline essentials. This should make the book somewhat more accessible for beginners - though it'll still be daunting for someone without at least high school level math. The shadow volume coverage from the first book has been broken out into its own chapter and greatly expanded. The remaining two chapters are dedicated to numerical methods and curves and surfaces.

If you already own the first edition of the book, then the updates and new chapters probably aren't worth the cost. Otherwise, considering that they retail at the same price, there's no reason not to get this edition instead of the first. It's an excellent resource for anyone who wants a deep and broad knowledge of 3D math.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 13 people found the following review helpful:
5.0 out of 5 stars An Essential Source for Robust 3D Graphics Engine Design, November 21, 2004
This review is from: Mathematics for 3D Game Programming and Computer Graphics, Second Edition (Hardcover)
I have not yet been able to purchase the second edition of this book. However, since it is a refinement of the first edition, I feel that I am somewhat competent to review this later version of Lengyel's text on this knowledge of the fundamental chapters which are included in both editions.

Definitely, the subject of 3D Computer Graphics draws programmers and gamers inward like a bug lamp draws insects inward. The ability to express one's own inspiring representation of the world seems to attract the deepest longings of the subcreative nature of the human person. However, the coder quickly realizes that the realization of this dream is extremely difficult due to the complexities of visualization in nature. Lengyel's text helps to break through many of these complexities.

In order to make sure that the reader is "up to speed" on the essentials in mathematics which are necessary for a 3D engine, Lengyel gives a quick, but thorough, review of Vector and Matrix operations. I was indeed impressed by the amount that he condensed into the beginning of the text. While this is far from a complete treatise on Linear Algebra, this material gives the reader the basics which will be necessary for all the other chapters. This is further augmented by his treatment of 3D geometry, its representations, and calculations relevant to it.
Using this, he treats on various subjects that are extremely important for making a lean, mean, and beautiful rendering machine.

His treatment of transformations gives the reader a base in this knowledge that is independent of the rendering context. This is an excellent approach because knowledge of how something works allows for one to use it more fully. He also goes further in introducing Quaternions and deriving rotations around any arbitrary axis.

The chapter on Ray Tracing gives the necessary background for the work done in the following chapter on illumination. While the latter is often implemented by the graphics environment that the coder is using, the full knowledge of this allows for further application in subjects such as bump mapping (which he treats) as well as reflective surface simulation.

Perhaps the most interesting and important subject covered in the text, however, is the chapter on visibility determination. Since this is critical to the speed of rendering, this topic is central to game engine design. Lengyel works through the various methods for bounding box construction as well as bounding spheres, ellipsoids, and cylinders and then explains how these can be tested against the view frustrum in order to determine if an object should even be rendered. Another chapter on various techniques which can be applied to polygons outlines procedures for reducing the complexity of meshes, without compromising quality.

The remaining chapters touch on collision detection, linear and rotational physics, and fluid simulation. These topics allow for the addion of various levels of realism to be added to 3D engines and are of importance once the rendering environment has been established. Furthermore, his appendices are a nice addition for those times when our memories fail to recall various facts.

And so, I give this book my definite approval. It is hard to come by a text so compact, yet thorough, on the foundations truly needed for 3D Graphics. These mathematical foundations allow for greater things to be explored and should interest any 3D programmer as well as individuals with a general interest in mathematics, especially in the applications of linear algebra and calculus.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 12 people found the following review helpful:
5.0 out of 5 stars Great book on the math needed for 3D games and graphics, November 27, 2006
This review is from: Mathematics for 3D Game Programming and Computer Graphics, Second Edition (Hardcover)
This book illustrates the mathematics that a game programmer would need to develop a professional-quality 3D engine. Although the book is geared toward applications in game development, many of the topics appeal to general interests in 3D graphics. It starts at a fairly basic level in areas such as vector geometry and linear algebra, and then progresses to more advanced topics in 3D game programming such as illumination, visibility determination, and collision detection. Particular attention is given to derivations of key results, ensuring that the reader is not forced to endure gaps in the theory. The book assumes a working knowledge of trigonometry and calculus, but also includes sections that review the important tools used from these disciplines, such as trigonometric identities, differential equations, and Taylor series. This book has plenty of examples and figures, making it much more illustrative than your average math book. I highly recommend it to anyone interested in implementing more advanced mathematics into their games or graphics applications. The following is the table of contents for this second edition:
Chapter 0 The Rendering Pipeline (NEW)
Chapter 1 Vectors
Chapter 2 Matrices
Chapter 3 Transforms
Chapter 4 3D Engine Geometry
Chapter 5 Ray Tracing
Chapter 6 Illumination
Chapter 7 Visibility Determination
Chapter 8 Collision Detection
Chapter 9 Polygonal Techniques
Chapter 10 Shadows (NEW)
Chapter 11 Linear Physics
Chapter 12 Rotational Physics
Chapter 13 Fluid Simulation
Chapter 14 Numerical Methods (NEW)
Chapter 15 Curves and Surfaces (NEW)
Appendix A Complex Numbers
Appendix B Trigonometry Reference
Appendix C Coordinate Systems
Appendix D Taylor Series
Appendix E Answers to Exercises

Note that there are four new chapters in this second edition.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
5.0 out of 5 stars One of a kind, March 22, 2007
This review is from: Mathematics for 3D Game Programming and Computer Graphics, Second Edition (Hardcover)

As a professional 3D graphics programmer, I can not stress enough the quality of this book. This book covers 3D math fundamentals, algorithms, and it is complete with easy to understand (!) proofs. The math is difficult because there is so many problems to be solved in 3D (and they draw from many different branches of mathematics), but it is written in such a clear way that every topic is made approachable. Unlike esoteric Ph. D papers, you aren't assumed to have any specific knowledge of math idioms or jargon. You simply need a decent grasp of college calculus and trigonometry to make the most of it. There are a few samples too to test your knowledge.

Expect to spend at least a solid year to really make the use of this book. Treat it as you would a two - three semester course in college. During this process, you'll find yourself occasionally wanting to get more practice and referring to a respective book on it.

If you could only own two books for 3D programming, buy this first and buy Ericson's book on collision detection next.

In summary, Eric Lengyel's attention to detail and mastery of 3D math / algorithms really shines and this book is an example of it.



Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 8 people found the following review helpful:
1.0 out of 5 stars Little more than an outline, February 27, 2008
This review is from: Mathematics for 3D Game Programming and Computer Graphics, Second Edition (Hardcover)
I was disappointed in how little explanations were included in this math book. It seemed more like a dictionary. It was as if someone listed all the math concepts that could be included and then put the list into a hard cover binder.
I did read some of the other reviews thinking I had missed something. One suggested spending a year on the book. But there is so little there. My college book on linear algebra did a much better job of explaining the material. Theorems were explained, samples worked out and 10 to 20 problems were given at the end of each section. This book as 50 problems for the entire book. This book spends eight pages on quaternions. Studying these pages over an extended period of time would not give the understanding you could get from a book like Kuipers' Quaternions and Rotation Sequences. It took 75 pages but one is able to understand the system and how it relates to game programming.
With all the colleges now offering game programming degrees, their must be a book written by someone who is use to explaining the material. That person would know the best way to present the material and could anticipate questions and include the answers in his or her explanations.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Not available for Kindle PC !?!, April 25, 2010
Amazon Verified Purchase(What's this?)
Disapointing : this ebook doesn't seem to be allowed for Kindle PC.
I was interested to be able to check the book on my desktop machine at work at the same time I would read it from my Kindle...
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

Mathematics for 3D Game Programming and Computer Graphics, Second Edition
$49.95 $27.87
In Stock
Add to cart Add to wishlist