Skip to content

Commit a8c3b04

Browse files
authored
Merge pull request #338 from RayTracing/acknowledgements
Refactor acknowledgments
2 parents e142f3b + 606fa3d commit a8c3b04

8 files changed

+223
-150
lines changed

books/README-TheNextWeek.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ If you spot errors, have suggested corrections, or would like to help out with t
3939
review the [CONTRIBUTING][] document for the most effective way to proceed.
4040

4141

42-
Acknowledgments
43-
----------------
44-
Thanks to Becker for his many helpful comments on the draft and to Matthew Heimlich for spotting a
45-
critical motion blur error. Thanks to Andrew Kensler, Thiago Ize, and Ingo Wald for advice on
46-
ray-AABB tests. Thanks to David Hart and Grue Debry for help with a bunch of the details. Thanks to
47-
Jean Buckley for editing.
48-
49-
5042

5143
[CONTRIBUTING]: ../CONTRIBUTING.md
5244
[directly from GitHub]: https://github.com/raytracing/raytracing.github.io/releases/

books/README-TheRestOfYourLife.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,6 @@ review the [CONTRIBUTING][] document for the most effective way to proceed.
3838

3939

4040

41-
42-
43-
Acknowledgements
44-
-----------------
45-
Thanks to Dave Hart and Jean Buckley for help on the original manuscript.
46-
47-
Thanks to Paul Melis, Nakata Daisuke, Filipe Scur, Vahan Sosoyan, and Matthew Heimlich for finding
48-
errors.
49-
50-
Thanks to Tatsuya Ogawa and Aaryaman Vasishta for code improvements.
51-
52-
Thanks to Steve Hollasch, Trevor David Black, Berna Kabadayı and Lorenzo Mancini for translating the
53-
book to Markdeep and moving it to the web.
54-
55-
56-
5741
[CONTRIBUTING]: ../CONTRIBUTING.md
5842
[directly from GitHub]: https://github.com/raytracing/raytracing.github.io/releases/
5943
[Hack the Hood]: http://www.hackthehood.org/

books/RayTracingInOneWeekend.html

Lines changed: 64 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55

66
**Ray Tracing in One Weekend**
77
Peter Shirley
8-
Version 2.0.0, 2019-Oct-07
9-
<br>Copyright 2018-2019. Peter Shirley. All rights reserved.
8+
edited by Steve Hollasch and Trevor David Black
9+
<br>
10+
Version 3.0.0, 2020-Jan-XX
11+
<br>
12+
Copyright 2018-2020 Peter Shirley. All rights reserved.
1013

1114

1215

@@ -50,6 +53,9 @@
5053
I’ll be maintaining a site related to the book including further reading and links to resources at a
5154
blog https://in1weekend.blogspot.com/ related to this book.
5255

56+
Thanks to everyone who lent a hand on this project. You can find them in the [acknowledgments][] at
57+
the end of this book.
58+
5359
Let’s get on with it!
5460

5561

@@ -2717,14 +2723,66 @@
27172723
Acknowledgments
27182724
====================================================================================================
27192725

2720-
Thanks to readers Apoorva Joshi, Jason Stone, Becker, Matthew Heimlich, Frank He, Benjamin
2721-
Summerton, Marcus Ottosson and Lorenzo Mancini for finding bugs, and to the [limnu.com][] team with
2722-
help on the figures. Thanks to Fabio San for pull requests.
2726+
<div class="credit-list"> **Original Manuscript Help**
2727+
2728+
- Dave Hart
2729+
- Jean Buckley
2730+
2731+
<div class="credit-list"> **Web Release**
2732+
2733+
- Berna Kabadayı
2734+
- Lorenzo Mancini
2735+
- Lori Whippler Hollasch
2736+
- Ronald Wotzlaw
2737+
</div>
2738+
2739+
<div class="credit-list"> **Corrections and Improvements**
27232740

2741+
- Aaryaman Vasishta
2742+
- Andrew Kensler
2743+
- Apoorva Joshi
2744+
- Aras Pranckevičius
2745+
- Becker
2746+
- Ben Kerl
2747+
- Benjamin Summerton
2748+
- Bennett Hardwick
2749+
- Dan Drummond
2750+
- David Hart
2751+
- Eric Haines
2752+
- Fabio Sancinetti
2753+
- Filipe Scur
2754+
- Frank He
2755+
- Gerrit Wessendorf
2756+
- Grue Debry
2757+
- Ingo Wald
2758+
- Jason Stone
2759+
- Jean Buckley
2760+
- Joey Cho
2761+
- Lorenzo Mancini
2762+
- Marcus Ottosson
2763+
- Matthew Heimlich
2764+
- Nakata Daisuke
2765+
- Paul Melis
2766+
- Ronald Wotzlaw
2767+
- Tatsuya Ogawa
2768+
- Thiago Ize
2769+
- Vahan Sosoyan
2770+
</div>
2771+
2772+
<div class="credit-list"> **Tools**
2773+
2774+
<div class="indented">
2775+
Thanks to the team at [Limnu][] for help on the figures.
2776+
2777+
Huge shout out to Morgan McGuire for his fantastic [Markdeep][] library.
2778+
</div>
2779+
</div>
27242780

27252781

2726-
[limnu.com]: https://limnu.com/
27272782

2783+
[acknowledgments]: #acknowledgments
2784+
[Limnu]: https://limnu.com/
2785+
[Markdeep]: https://casual-effects/markdeep/
27282786

27292787

27302788
<!-- Markdeep: https://casual-effects.com/markdeep/ -->

books/RayTracingTheNextWeek.html

Lines changed: 72 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55

66
**Ray Tracing: The Next Week**
77
Peter Shirley
8-
Version 2.0.0, 2019-Oct-07
9-
<br>Copyright 2018-2019. Peter Shirley. All rights reserved.
8+
edited by Steve Hollasch and Trevor David Black
9+
<br>
10+
Version 3.0.0, 2020-Jan-XX
11+
<br>
12+
Copyright 2018-2020 Peter Shirley. All rights reserved.
1013

1114

1215

@@ -29,14 +32,9 @@
2932
you want a weekend project. Order is not very important for the concepts presented in this book, and
3033
without BVH and Perlin texture you will still get a Cornell Box!
3134

35+
Thanks to everyone who lent a hand on this project. You can find them in the [acknowledgments][] at
36+
the end of this book.
3237

33-
Acknowledgments
34-
---------------
35-
Thanks to Becker for his many helpful comments on the draft and to Matthew Heimlich for spotting a
36-
critical motion blur error. Thanks to Andrew Kensler, Thiago Ize, and Ingo Wald for advice on
37-
ray-AABB tests. Thanks to David Hart and Grue Debry for help with a bunch of the details. Thanks to
38-
Jean Buckley for editing. Thanks to Dan Drummond for code fixes. Thanks to Steve Hollasch and Trevor
39-
David Black for getting the book translated to Markdeep and moved to the web.
4038

4139

4240

@@ -2671,6 +2669,71 @@
26712669

26722670

26732671

2672+
Acknowledgments
2673+
====================================================================================================
2674+
2675+
<div class="credit-list"> **Original Manuscript Help**
2676+
2677+
- Dave Hart
2678+
- Jean Buckley
2679+
2680+
<div class="credit-list"> **Web Release**
2681+
2682+
- Berna Kabadayı
2683+
- Lorenzo Mancini
2684+
- Lori Whippler Hollasch
2685+
- Ronald Wotzlaw
2686+
</div>
2687+
2688+
<div class="credit-list"> **Corrections and Improvements**
2689+
2690+
- Aaryaman Vasishta
2691+
- Andrew Kensler
2692+
- Apoorva Joshi
2693+
- Aras Pranckevičius
2694+
- Becker
2695+
- Ben Kerl
2696+
- Benjamin Summerton
2697+
- Bennett Hardwick
2698+
- Dan Drummond
2699+
- David Hart
2700+
- Eric Haines
2701+
- Fabio Sancinetti
2702+
- Filipe Scur
2703+
- Frank He
2704+
- Gerrit Wessendorf
2705+
- Grue Debry
2706+
- Ingo Wald
2707+
- Jason Stone
2708+
- Jean Buckley
2709+
- Joey Cho
2710+
- Lorenzo Mancini
2711+
- Marcus Ottosson
2712+
- Matthew Heimlich
2713+
- Nakata Daisuke
2714+
- Paul Melis
2715+
- Ronald Wotzlaw
2716+
- Tatsuya Ogawa
2717+
- Thiago Ize
2718+
- Vahan Sosoyan
2719+
</div>
2720+
2721+
<div class="credit-list"> **Tools**
2722+
2723+
<div class="indented">
2724+
Thanks to the team at [Limnu][] for help on the figures.
2725+
2726+
Huge shout out to Morgan McGuire for his fantastic [Markdeep][] library.
2727+
</div>
2728+
</div>
2729+
2730+
2731+
2732+
[acknowledgments]: #acknowledgments
2733+
[Limnu]: https://limnu.com/
2734+
[Markdeep]: https://casual-effects/markdeep/
2735+
2736+
26742737
<!-- Markdeep: https://casual-effects.com/markdeep/ -->
26752738
<link rel='stylesheet' href='../style/book.css'>
26762739
<style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style>

books/RayTracingTheRestOfYourLife.html

Lines changed: 72 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55

66
**Ray Tracing: The Rest of Your Life**
77
Peter Shirley
8-
Version 2.0.0, 2019-Oct-07
9-
<br>Copyright 2018-2019. Peter Shirley. All rights reserved.
8+
edited by Steve Hollasch and Trevor David Black
9+
<br>
10+
Version 3.0.0, 2020-Jan-XX
11+
<br>
12+
Copyright 2018-2020 Peter Shirley. All rights reserved.
1013

1114

1215

@@ -27,18 +30,9 @@
2730

2831
As before, https://in1weekend.blogspot.com/ will have further readings and references.
2932

33+
Thanks to everyone who lent a hand on this project. You can find them in the [acknowledgments][] at
34+
the end of this book.
3035

31-
Acknowledgments
32-
----------------
33-
Thanks to Dave Hart and Jean Buckley for help on the original manuscript.
34-
35-
Thanks to Paul Melis, Nakata Daisuke, Filipe Scur, Vahan Sosoyan, and Matthew Heimlich for finding
36-
errors.
37-
38-
Thanks to Tatsuya Ogawa and Aaryaman Vasishta for code improvements.
39-
40-
Thanks to Steve Hollasch, Trevor David Black, Berna Kabadayı and Lorenzo Mancini for translating the
41-
book to Markdeep and moving it to the web.
4236

4337

4438

@@ -2362,6 +2356,71 @@
23622356

23632357

23642358

2359+
Acknowledgments
2360+
====================================================================================================
2361+
2362+
<div class="credit-list"> **Original Manuscript Help**
2363+
2364+
- Dave Hart
2365+
- Jean Buckley
2366+
2367+
<div class="credit-list"> **Web Release**
2368+
2369+
- Berna Kabadayı
2370+
- Lorenzo Mancini
2371+
- Lori Whippler Hollasch
2372+
- Ronald Wotzlaw
2373+
</div>
2374+
2375+
<div class="credit-list"> **Corrections and Improvements**
2376+
2377+
- Aaryaman Vasishta
2378+
- Andrew Kensler
2379+
- Apoorva Joshi
2380+
- Aras Pranckevičius
2381+
- Becker
2382+
- Ben Kerl
2383+
- Benjamin Summerton
2384+
- Bennett Hardwick
2385+
- Dan Drummond
2386+
- David Hart
2387+
- Eric Haines
2388+
- Fabio Sancinetti
2389+
- Filipe Scur
2390+
- Frank He
2391+
- Gerrit Wessendorf
2392+
- Grue Debry
2393+
- Ingo Wald
2394+
- Jason Stone
2395+
- Jean Buckley
2396+
- Joey Cho
2397+
- Lorenzo Mancini
2398+
- Marcus Ottosson
2399+
- Matthew Heimlich
2400+
- Nakata Daisuke
2401+
- Paul Melis
2402+
- Ronald Wotzlaw
2403+
- Tatsuya Ogawa
2404+
- Thiago Ize
2405+
- Vahan Sosoyan
2406+
</div>
2407+
2408+
<div class="credit-list"> **Tools**
2409+
2410+
<div class="indented">
2411+
Thanks to the team at [Limnu][] for help on the figures.
2412+
2413+
Huge shout out to Morgan McGuire for his fantastic [Markdeep][] library.
2414+
</div>
2415+
</div>
2416+
2417+
2418+
2419+
[acknowledgments]: #acknowledgments
2420+
[Limnu]: https://limnu.com
2421+
[Markdeep]: https://casual-effects/markdeep/
2422+
2423+
23652424
<!-- Markdeep: https://casual-effects.com/markdeep/ -->
23662425
<link rel='stylesheet' href='../style/book.css'>
23672426
<style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style>

0 commit comments

Comments
 (0)