@@ -4,9 +4,11 @@ Ray Tracing in One Weekend
44![ Ray Tracing in One Weekend] ( ./RTOneWeekend.jpg )
55
66## Getting the Book
7- You can download the PDF version of the book from Eric Haines [ Real-Time Rendering] site.
8- Alternatively, you can purchase a Kindle version of this series from [ Amazon.com] . Half of the
9- proceeds of these sales go to [ Hack the Hood] , a really neat organization.
7+ The _ Ray Tracing in One Weekend_ series of books are now available to the public for free in PDF
8+ form, along with the accompanying source code. Releases are available [ directly from GitHub] , or
9+ from Eric Haine's [ Real-Time Rendering] site. Alternatively, you can purchase the Kindle version of
10+ this series from [ Amazon.com] . Half of the proceeds of these sales go to [ Hack the Hood] , a really
11+ neat organization.
1012
1113## Overview
1214I’ve taught many graphics classes over the years. Often I do them in ray tracing, because you
@@ -35,8 +37,13 @@ I have left that last part in because it is funny what a 180 I have done. Severa
3537up with subtle errors that were helped when we compared code. So please do type in the
3638code, but if you want to look at mine, here it is.
3739
40+ ## Corrections
41+ If you spot errors or have suggested corrections, please [ submit issues via GitHub] .
3842
3943
40- [ Amazon.com ] : https://amazon.com/dp/B01B5AODD8
41- [ Hack the Hood ] : http://www.hackthehood.org
42- [ Real-Time Rendering ] : http://www.realtimerendering.com/#books-small-table
44+
45+ [ Amazon.com ] : https://amazon.com/dp/B01B5AODD8
46+ [ directly from GitHub ] : https://github.com/petershirley/raytracinginoneweekend/releases/
47+ [ Hack the Hood ] : http://www.hackthehood.org
48+ [ Real-Time Rendering ] : http://www.realtimerendering.com/#books-small-table
49+ [ submit issues via GitHub ] : https://github.com/petershirley/raytracinginoneweekend/issues/
0 commit comments