TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

3D Math Primer for Graphics and Game Development

216 pointsby nochabout 4 years ago

7 comments

mrspeakerabout 4 years ago
I&#x27;ve just been browsing for a bit, but this seems like a really great book! Most &quot;maths for games&quot; books feel like the authors are just regurgitating their university exams. This is very focused on the &quot;why&quot; rather than just the &quot;how&quot; - it feels like this book is actually trying to <i>teach</i>, not simply be a reference.<p>It&#x27;s rare to find resources written by good teachers. I&#x27;m excited to dig in more!
评论 #27215975 未加载
Animatsabout 4 years ago
Nice.<p>Looking at this decades after it was written, I&#x27;d suggest that a modern book needs more on how light behaves and what physically based rendering is trying to do. Because today you write shaders.<p>On the other hand, game physics is such a specialized area that it may be worth omitting entirely. Nobody writes their own physics engine any more. Send people to &quot;Physics for Game Developers&quot; for that.
评论 #27218426 未加载
评论 #27221288 未加载
评论 #27218328 未加载
评论 #27218487 未加载
10x-devabout 4 years ago
Awesome book! I have fond memories of it since I read it on the beach in Hawaii during my honeymoon.
leowoo91about 4 years ago
This is a great book I have read in past. It primarily focuses on underlying math for interactive graphics but you will notice it will also touch photo-realism later. Indeed, it describes how raytracing works at chapter 10 &quot;The Lighting Equation: Putting It All Together&quot; and covers wide span of graphics knowledge.
thrower123about 4 years ago
I loved those Wordware Game Developer&#x27;s Library books back in the day. I&#x27;m not sure exactly why, but the DirectX 9 era spawned a lot of books on game development. Maybe a sweet spot between usability, pace of change, and art demands.
embitabout 4 years ago
Indeed a great book. Dr. Parbery was my comp. graphics prof. And then when he started the first game programming course, I was in one of the first batches.
bwanabalmost 4 years ago
It looks like a great book, but when I started doing the exercises I realized that the appendices where the answers are aren&#x27;t there, so it&#x27;s pretty hard to verify what I&#x27;m computing.