@@ -5,9 +5,11 @@ Ray Tracing: The Next Week
5
5
6
6
Getting the Book
7
7
-----------------
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.
11
13
12
14
Overview
13
15
---------
@@ -27,6 +29,9 @@ suggests you take a week rather than a weekend for this endeavor. But you can sa
27
29
you want a weekend project. Order is not very important for the concepts presented in this book, and
28
30
without BVH and Perlin texture you will still get a Cornell Box!
29
31
32
+ ## Corrections
33
+ If you spot errors or have suggested corrections, please [ submit issues via GitHub] .
34
+
30
35
Acknowledgments
31
36
----------------
32
37
Thanks 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.
37
42
38
43
39
44
[ Amazon.com ] : https://amazon.com/dp/B01CO7PQ8C
45
+ [ directly from GitHub ] : https://github.com/petershirley/raytracingthenextweek/releases/
40
46
[ Hack the Hood ] : http://www.hackthehood.org
41
47
[ Ray Tracing In One Weekend ] : https://github.com/petershirley/raytracinginoneweekend/
42
48
[ Real-Time Rendering ] : http://www.realtimerendering.com/#books-small-table
49
+ [ submit issues via GitHub ] : https://github.com/petershirley/raytracingthenextweek/issues/
0 commit comments