Skip to content

Commit

Permalink
extras/readings: Add PBRT (ossu#514)
Browse files Browse the repository at this point in the history
PBRT is an amazing book detailing the implementation of a real, well-developed path tracer and is used in many real Computer Graphics courses. The authors have no released it for free, so it would make a great addition to the curriculum.
  • Loading branch information
Heasummn authored and joshmhanson committed Oct 18, 2018
1 parent 2e4f9cf commit 0df0b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/readings.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ Name | Author(s)
[Compilers: Principles, Techniques, and Tools (2nd Edition)](http://www.amazon.com/Compilers-Principles-Techniques-Tools-2nd/dp/0321486811/) | Alfred V. Aho, Monica S. Lam, Ravi Sethi, Jeffrey D. Ullman
[Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) | Niklaus Wirth
[The Mythical Man-Month](https://www.amazon.com/Mythical-Man-Month-Software-Engineering-Anniversary/dp/0201835959/) | Fred Brooks, Jr.
[Physically Based Rendering: From Theory To Implementation](http://www.pbr-book.org/) | Matt Pharr, Wenzel Jakob, and Greg Humphreys

0 comments on commit 0df0b06

Please sign in to comment.