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.

Physically Based Rendering Book

119 pointsby jasimalmost 4 years ago

12 comments

ggambettaalmost 4 years ago
This book is excellent, and it&#x27;s aimed at relatively advanced practitioners.<p>&gt; This book assumes existing knowledge of computer graphics at the level of an introductory college-level course<p>For people looking for such an introduction, I&#x27;ve written Computer Graphics From Scratch, available in its entirety here: <a href="https:&#x2F;&#x2F;gabrielgambetta.com&#x2F;cgfs" rel="nofollow">https:&#x2F;&#x2F;gabrielgambetta.com&#x2F;cgfs</a> (and also from <a href="https:&#x2F;&#x2F;nostarch.com&#x2F;computer-graphics-scratch" rel="nofollow">https:&#x2F;&#x2F;nostarch.com&#x2F;computer-graphics-scratch</a>)
评论 #27875002 未加载
评论 #27877243 未加载
chrsigalmost 4 years ago
I can&#x27;t recommend this book enough.<p>For anyone looking for a more gentle introduction into ray tracing, I&#x27;d also suggest The Ray Tracer Challenge (<a href="http:&#x2F;&#x2F;www.raytracerchallenge.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.raytracerchallenge.com&#x2F;</a>) -- it walks you through building a simple recursive ray tracer in a test driven development manner.<p>I started with the RTC, and moved on to PBR - and converting my recursive tracer into a unidirectional path tracer was quite an adventure -- one that continues to this day.
评论 #27875530 未加载
mkl95almost 4 years ago
&gt; January 15, 2021: A fourth edition is in the works. Progress on the text is coming along well and the source code is available on github. We expect that the printed version of the book will be out in Summer 2021.<p><a href="https:&#x2F;&#x2F;www.pbrt.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pbrt.org&#x2F;</a>
评论 #27874037 未加载
评论 #27874679 未加载
评论 #27873103 未加载
eltetoalmost 4 years ago
Something not immediately clear to me is how to use the book. I see it uses a literate programming format, and it seems very well done. But I don’t see (in the first couple of chapters anyway) any code to show intermediate results. Am I supposed to work through the whole book before getting something that I can see? I’m sure I’m missing something.
评论 #27874569 未加载
评论 #27873949 未加载
评论 #27874396 未加载
ur-whalealmost 4 years ago
While physically based rendering is a very nice idea, one has to be careful not to turn it into an ideology.<p>Specifically, in production, you very often have a situation where the artists wants to produce a specific effect and are simply <i>prevented</i> to do so by the rendering system because it strictly adheres to how light would behave in the real world.<p>This very severely constricts creative freedom and is one of the reason why these types of renders are used sparingly in actual VFX production.<p>The luxcore PB render, which someone mentioned in another comment, is a very good example of what I&#x27;m talking about: produces really nice realistic images, but it is darn near impossible to get it to do what you want when tweaking a shot.
aspacemanalmost 4 years ago
I truly adore physically based rendering.<p>Seeing the concept become adopted in modern video games over the last couple generations has been an absolute joy. I look forward to replaying games and seeing the progression of the field.<p>Just look at the difference from<p>Gears of War -&gt; Arkham Asylum -&gt; Mass Effect -&gt; Dragon Ball FighterZ -&gt; Fortnite<p>That&#x27;s all the same engine. And it shows the shift from the &quot;old way&quot; to physically based techniques.<p>On Playstation, you can show a similar progression<p>Uncharted 1 -&gt; Uncharted 2 -&gt; Uncharted 3 -&gt; Last of Us -&gt; God of War -&gt; Uncharted 4 -&gt; Last of Us 2<p>PBR really starts showing up in U3 and Last of Us, but kicks off big time in God of War on the PS4.
jmoakalmost 4 years ago
I LOVE this book - this is one of those books I recommend reading just for the joy of programming. It explains the concepts so well that you can hop in even without a background in the subject!<p>Back in college I ended up making my own tracer after reading this for fun, implementing features and tweaking it until I got bored.<p>Here&#x27;s some pictures if you&#x27;re curious to see how it evolved as I made my way through the book:<p><a href="https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;e5kgZ" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;e5kgZ</a>
tinus_hnalmost 4 years ago
I remember the Luxrender renderer was based on this book.
arduinomanceralmost 4 years ago
Is this book for real-time or offline rendering?<p>Because I think PBR is used in both now days
评论 #27874741 未加载
babuloseoalmost 4 years ago
The chapter on Monte Carlo stuff is pretty good.
brudgersalmost 4 years ago
Table of Contents, <a href="https:&#x2F;&#x2F;www.pbr-book.org&#x2F;3ed-2018&#x2F;contents" rel="nofollow">https:&#x2F;&#x2F;www.pbr-book.org&#x2F;3ed-2018&#x2F;contents</a>
hawthornioalmost 4 years ago
Pedantic, but: Shouldn’t the title be “Physically-Based Rendering”?
评论 #27874014 未加载
评论 #27874057 未加载