by alasr on 3/17/22, 6:03 PM with 36 comments
by pixelpoet on 3/17/22, 7:31 PM
I've spent my entire life studying this stuff and feel extremely lucky on so many levels: that we have these incredible computers which can actually do the computation, that we happen to have such a powerful theory that can model and even predict visual reality, and perhaps most of all, that a single person can learn all this stuff and carry it around with them everyday - it's really changed how I see the world.
My deepest thanks go to those who have developed and passed all this on through their papers and books; it's literally what I'm getting the meaning of life from.
by tylermw on 3/17/22, 6:40 PM
The Early Release (still in-development) version of pbrt-v4 can be found here:
by touisteur on 3/18/22, 1:41 AM
I recommend taking a look at the amazing story behind it https://pharr.org/matt/blog/2018/04/30/ispc-all .
It's very interesting to see not only the pure tech part, but also the disheartening lack of interest at Intel on the subject. Missed opportunity I think... You can feel a lot of fun turning into a lot of... Sadness? in the end.
Really a big fan of all things Matt Phar, I hope he has the time of his life at nvidia and that they put him to good use!
by corysama on 3/17/22, 11:31 PM
The book is a "literate program". You can run the book through a parser and it will give you the compliable working source of the complete renderer it is describing. https://www.pbr-book.org/3ed-2018/Introduction/Literate_Prog...
It is the only book to win an Oscar https://www.oscars.org/news/19-scientific-and-technical-achi...
by blenderdt on 3/17/22, 7:50 PM
If you would like to take some first steps into this domain I can recommend Ray Tracing in One Weekend [1]. Not only will you learn how to write a path tracer, but it also touches on things like motion blur and animation. For me it was one of the best starting points because it was very simple to follow.
by ninkendo on 3/17/22, 10:45 PM
“Physically” is an adverb, which should modify an adjective or verb. So parsing the phrase, “physically based” implies that “based” is used as an adjective or verb, which would imply that “physically based rendering” is a special form of “based rendering”, which makes no sense.
“What kind of rendering is it? Based rendering. What kind of Based rendering? Well, Physically Based, of course.”
It should probably instead be “physics based rendering”, right?
Edit: english.stackexchange seems to agree, although it’s closed as offtopic: https://english.stackexchange.com/questions/165416/is-physic...
by tcook_sucks_xie on 3/17/22, 7:07 PM
by dannyz on 3/17/22, 9:35 PM
by magicalhippo on 3/17/22, 9:27 PM
This book has a great mix IMHO, going into the math as well as tricky implementation details yet in a very approachable manner.
Lots of great times were had as a result of this book.
by 2pEXgD0fZ5cF on 3/18/22, 12:00 AM
Had this book on my "to read" list for a while. Given that it appears to be more rigorous than my previous contact with the world of rendering, and since this is just a hobby of mine:
What pre-knowledge (topics, math, other sources or books) offers a solid preparation to fully tackle the pbr book?
by dddnzzz334 on 3/17/22, 7:59 PM
by emilfihlman on 3/18/22, 8:33 AM