From 7053a701f79b0bebfc053585da393cf6217c1f08 Mon Sep 17 00:00:00 2001 From: Javed Mohamed Date: Wed, 31 Oct 2018 00:11:33 -0500 Subject: [PATCH] Add link to online edition of pbrt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01a0bcb..056eb9a 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Many items in the list shown here were consolidated from other reading lists, ma - Authoritative computer graphics reference for students and practitioners. Well-written and expansive in both breadth and depth. - [Physically Based Rendering: From Theory to Implementation, 2nd Edition (Pharr 2010)](http://www.pbrt.org/) - THE Rendering Book. It also [won an Academy Award at the Oscars!](https://www.youtube.com/watch?v=7d9juPsv1QU) + - The [online edition](http://www.pbr-book.org/) (free) - [GPU Gems 3, by NVIDIA](http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html)