From 00540fe4a56e50369f5a4301a605477b151e49bc Mon Sep 17 00:00:00 2001 From: icebp Date: Fri, 12 Oct 2018 20:38:36 +0300 Subject: [PATCH] add ray tracing in one weekend book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01a0bcb..2cd7677 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ Many items in the list shown here were consolidated from other reading lists, ma - [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) - [GPU Gems 3, by NVIDIA](http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html) +- [Ray Tracing In One Weeked](https://github.com/petershirley/raytracinginoneweekend) ## Physically-based (Photorealistic) Rendering