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.
1 parent f20e422 commit 4b16a26Copy full SHA for 4b16a26
books/RayTracingTheRestOfYourLife.html
@@ -3192,7 +3192,7 @@
3192
}
3193
3194
double value(const vec3& direction) const override {
3195
- return 0.5 * p[0]->value(direction) + 0.5 *p[1]->value(direction);
+ return 0.5 * p[0]->value(direction) + 0.5 * p[1]->value(direction);
3196
3197
3198
vec3 generate() const override {
src/TheRestOfYourLife/pdf.h
@@ -84,7 +84,7 @@ class mixture_pdf : public pdf {
84
85
86
87
88
89
90
0 commit comments