We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5d64a1 + b4d70fe commit d6d5777Copy full SHA for d6d5777
CHANGELOG.md
@@ -6,6 +6,7 @@ Change Log -- Ray Tracing in One Weekend
6
### _In One Weekend_
7
- Delete: remove premature `cstdlib` include; not needed until we use `rand()` (#687)
8
- Fix: replace old anti-alias result image with before-and-after image (#679)
9
+ - Fix: Listing 29: Added missing `rtweekend.h` include (#691)
10
- Fix: undefined `vup` variable in camera definition (#686)
11
12
### _The Next Week_
books/RayTracingTheNextWeek.html
@@ -1422,6 +1422,8 @@
1422
#ifndef PERLIN_H
1423
#define PERLIN_H
1424
1425
+ #include "rtweekend.h"
1426
+
1427
class perlin {
1428
public:
1429
perlin() {
0 commit comments