@@ -5,9 +5,11 @@ Ray Tracing: The Next Week
55
66Getting the Book
77-----------------
8- You can download the PDF version of the book from Eric Haine's [ Real-Time Rendering] site.
9- Alternatively, you can purchase a Kindle version of this series from [ Amazon.com] . Half of the
10- proceeds of these sales go to [ Hack the Hood] , a really neat organization.
8+ The _ Ray Tracing in One Weekend_ series of books are now available to the public for free in PDF
9+ form, along with the accompanying source code. Releases are available [ directly from GitHub] , or
10+ from Eric Haine's [ Real-Time Rendering] site. Alternatively, you can purchase the Kindle version of
11+ this series from [ Amazon.com] . Half of the proceeds of these sales go to [ Hack the Hood] , a really
12+ neat organization.
1113
1214Overview
1315---------
@@ -27,6 +29,9 @@ suggests you take a week rather than a weekend for this endeavor. But you can sa
2729you want a weekend project. Order is not very important for the concepts presented in this book, and
2830without BVH and Perlin texture you will still get a Cornell Box!
2931
32+ ## Corrections
33+ If you spot errors or have suggested corrections, please [ submit issues via GitHub] .
34+
3035Acknowledgments
3136----------------
3237Thanks to Becker for his many helpful comments on the draft and to Matthew Heimlich for spotting a
@@ -37,6 +42,8 @@ Jean Buckley for editing.
3742
3843
3944[ Amazon.com ] : https://amazon.com/dp/B01CO7PQ8C
45+ [ directly from GitHub ] : https://github.com/petershirley/raytracingthenextweek/releases/
4046[ Hack the Hood ] : http://www.hackthehood.org
4147[ Ray Tracing In One Weekend ] : https://github.com/petershirley/raytracinginoneweekend/
4248[ Real-Time Rendering ] : http://www.realtimerendering.com/#books-small-table
49+ [ submit issues via GitHub ] : https://github.com/petershirley/raytracingthenextweek/issues/
0 commit comments