Bask - Shop now
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera - scan the code below and download the Kindle app.

QR code to download the Kindle App

Follow the author

Something went wrong. Please try your request again later.

Mathematics for 3D Game Programming and Computer Graphics, Third Edition 3rd Edition


This updated third edition illustrates the mathematical concepts that a game developer needs to develop 3D computer graphics and game engines at the professional level. 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 programming such as illumination and visibility determination. 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.

The third edition expands upon topics that include projections, shadows, physics, cloth simulation, and numerical methods. All of the illustrations have been updated, and the shader code has been updated to the latest high-level shading language specifications.

Editorial Reviews

About the Author

Eric Lengyel is a veteran of the computer games industry with over 16 years of experience writing game engines. He has a PhD in Computer Science from the University of California at Davis and an MS in Mathematics from Virginia Tech. Eric is the founder of Terathon Software, where he currently leads ongoing development of the C4 Engine.

Product details

  • Publisher ‏ : ‎ Cengage Learning PTR; 3rd edition (June 2, 2011)
  • Language ‏ : ‎ English
  • Hardcover ‏ : ‎ 624 pages
  • ISBN-10 ‏ : ‎ 1435458869
  • ISBN-13 ‏ : ‎ 978-1435458864
  • Item Weight ‏ : ‎ 4.1 pounds
  • Dimensions ‏ : ‎ 7 x 1.5 x 9 inches

About the author

Follow authors to get new release updates, plus improved recommendations.
Eric Lengyel
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Eric Lengyel (Ph.D. computer science, M.S. mathematics) has been a game engine developer since the 1990s and has been writing about it almost as long. He spends most of his time working on the C4 Engine and the Slug Library, but sometimes takes a break to perform new research in geometric algebra. He lives in Lincoln, California.

Looking for specific info?

Customer reviews

4.5 out of 5 stars
132 global ratings

Review this product

Share your thoughts with other customers

Customers say

Customers find the book excellent at explaining key concepts and covering mathematical formulas in great depth. Moreover, the content quality receives positive feedback, with customers noting the decent amount of topics covered and numerous examples provided. Additionally, they appreciate the graphics quality, with one customer mentioning that the graphics alone make it a quality book.

AI-generated from the text of customer reviews

22 customers mention "Explanations"19 positive3 negative

Customers praise the book's clear explanations of key concepts and in-depth coverage of mathematical formulas, with one customer noting it serves as a wonderful introduction for beginners in 3D programming.

"...Having said that, I still understood most of the concepts, but there were a few times I felt overwhelmed...." Read more

"...The topics are very to the point and few pages are wasted explaining basic math principles (hence the warning about having a decent math background)..." Read more

"...It covers in great depth mathematical formulas and concepts regarding 3D Game Programming and 3D Graphics Programming...." Read more

"...You don't get Navier-Stokes, nevertheless this is sufficient for games-drastic simplification? Where's the viscosity?..." Read more

7 customers mention "Content quality"7 positive0 negative

Customers appreciate the content of the book, which covers a decent amount of topics and includes many examples, with one customer noting it is a complete reference without redundant information.

"...So a decent amount of topics are covered, but the chapters are still brief enough to finish each in one sitting...." Read more

"...first to the last page first, this book is very well written and full of examples which really make sense...." Read more

"...This is a very complete reference. I would also like to add that this book is EXTREMELY TOUGH...." Read more

"Great book. It has plenty of examples and explanation for each concept covered. I've used it as a reference on a number of projects...." Read more

4 customers mention "Graphics quality"4 positive0 negative

Customers appreciate the graphics quality of the book.

"...at explaining key concepts in an intuitive manner appropriate good illustrations...." Read more

"item is nice, came early but i wanted buy new not used. Book is scratchy." Read more

"...It is very helpful and hardly you will get disappointed. Nice add to your personal library." Read more

"The graphics alone make this a quality book. I use it in conjunction with my University level programming book to be one step ahead of the Professor." Read more

Top reviews from the United States

  • Reviewed in the United States on April 29, 2014
    Mathematics for 3D Game Programming and Computer Graphics by Eric Lengyel is one of those books I have literally been eyeing for years and just never got around to reading. If you are not familiar, Eric Lengyel is the creator of the C4 Engine, and also the author of various game development books. He is well regarded in the community, so I assumed this was a must read title. After reading it, I still agree; it’s an excellent source of knowledge.

    The book covers the basic stuff you would expect from a 3D math book: vectors, matrices, quaternions, intersections between various types of geometry, visibility, etc. Great, so the bases are covered. Lengyel goes a bit further, though, and discusses other topics that are very important in computer graphics. For example: lighting and shadowing, decals, curved surfaces, and physics (including fluid and cloth simulation). So a decent amount of topics are covered, but the chapters are still brief enough to finish each in one sitting.

    While there are some implementation examples, the text is pretty light on the code. The code that is here is mostly based around OpenGL, however the concepts should still translate to DirectX. Not a huge issue. When needed, he does show code samples, but most of the copy is dedicated to math discussion and the equations.

    Granted, some of the equations and proofs were dense and hard to follow. This was made worse by the fact that I was reading this on the Kindle, and the equations were made up of small images you couldn’t zoom in on. Having said that, I still understood most of the concepts, but there were a few times I felt overwhelmed. I can’t really fault the author for that, since his written explanations were all very clear and concise. It’s just some of the content is deep and complex, so be prepared.

    All in all, I found this to be a great resource and you can never know enough math in this field. Unfortunately, I will still probably have to look up some of the equations online or in other books due to the low quality of the images in the e-book. But this is a minor complaint compared to the amount of information backed in this title. I would recommend this.
    6 people found this helpful
    Report
  • Reviewed in the United States on January 16, 2012
    As a word of warning, do not purchase this book expecting it to teach you math fundamentals. If you do not have a background of at least algebra and trigonometry (and preferably a bit of calculus), you owe it to yourself to pick up another book and brush up on these fundamentals. While there are a few appendices covering a handful of topics, they are less about explaining the topic and more of reference pages.

    Mathematics for 3D Game Programming and Computer Graphics is an excellent reference book for anyone doing 3D work. The topics are very to the point and few pages are wasted explaining basic math principles (hence the warning about having a decent math background). The book probably won't teach anyone who doesn't know they underlying principles but will be your go-to reference for any algorithm you implement.

    The book starts with the reviews of the requisite vector, matrix, transformation (including rotations by quaternions) and basic geometry for a view frustum, but quickly dives into more advanced topics. Ray tracing is covered for all areas of use, from light maps to reflections. The lighting chapter covers texturing using several map types as well as lighting models with a very enjoyable discussion of specular reflection models.

    Solid chapters on culling using bounding volumes and portal systems, shadowing and curve algorithms round out the first half of the book. The second half is devoted to the mathematics of physics, with chapters on basic collision detection, linear and rotational physics. The simulation of fluids and cloth (one of the more difficult physical models to accurately compute in a game) gets it's own chapter and it's a highlight for anyone implementing character clothing animation or a realistic water volume.

    Every chapter has exercises (with and appendix of answers) to reinforce the material. The C++ and GLSL shader code is available on the books companion website ([...]) much of which forms the basis for the math classes of the authors own engine.

    Anyone who needs a math reference book for 3D would do well to own this book. If you are writing your own engine, you owe it to yourself to pick up what will be the only math book you will need. While many technical books do not age well, this hardcover book will last through many late-night coding sessions both physically and with regard to the material within at a low price point. Never again will you have to scour through your old textbooks or search online for the algorithm you are trying to implement. The author has done the impossible; make a truly terrific math textbook.
    55 people found this helpful
    Report
  • Reviewed in the United States on January 16, 2018
    What this book is:

    This book is a "read-only" / "conceptual" type of book. It covers in great depth mathematical formulas and concepts regarding 3D Game Programming and 3D Graphics Programming.

    What this book is not:

    This book is not a hands-on approach to learning 3D Game Programming or 3D Graphics Programming. It does not contain any follow along projects, examples, or exercises that put what you are reading into practice. There is example code available on the book's website, however, there is no context for said code. You are expected to already have a working knowledge of 3D Graphics Programming and OpenGL Shader Language (GLSL).

    ================

    I am a person who learns by doing, and this book has no doing in it. It's just read me and remember. It will work as a great reference in my collection but I would have liked to have known this prior to purchasing it. I had to buy it to find out it wasn't what I was looking for at this time. Because of that, I am taking off one star.
    6 people found this helpful
    Report

Top reviews from other countries

  • Karan B Pathak
    3.0 out of 5 stars Pls Provide more detail justification of formula
    Reviewed in India on December 2, 2019
    Matrices and vector chapter has good explanation but later chapter is not for beginner who is not having
    detail knowledge of polynomials, calculus.
    It doesn't gives complete justification of cubic,quartic polynomials as well as intersection method are not explained in detail difficult for beginner to understand how formula derived without proper justification.
  • N. Bwts
    5.0 out of 5 stars Love it
    Reviewed in the United Kingdom on April 9, 2016
    I'm not a professional programmer rather an enthusiastic amateur. This is not a book for beginners.

    Although there is a good review of linear algebra in the first part, some previous experience with linear algebra is essential to get the most out of this book in my opinion,

    That said, I love this book. If you're looking for a good grounding in 3D graphics you cant go far wrong.
  • Sergio Cappuccio
    5.0 out of 5 stars Avanzato ed esauriente. Troppo formale e pochi esempi pratici.
    Reviewed in Italy on September 21, 2019
    Libro in stile matematica teorica, tante formule con pochi esempi pratici ma nel complesso un bel libro. Per ora quello che meglio spiega l'uso dei quaternioni e come si arriva alla matrice di trasformazione. Si può fare di più. Non all'altezza della situazione gli esempi di programmazione che usano un linguaggio di alto livello come se fosse il vecchio Basic anni 70-80. Un libro da avere e da confrontare con altri.
  • Jeffrey McManus
    5.0 out of 5 stars Five Stars
    Reviewed in Canada on February 23, 2018
    Great applications of mathematics for video games
  • Dmitry
    5.0 out of 5 stars Ein gutes Buch - die perfekte Einführung ins Thema
    Reviewed in Germany on January 10, 2022
    Das Buch enthält die notwendige Information für denen, die mit Computergrafik anfangen wollen.