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 dfad74c commit 779d1a7Copy full SHA for 779d1a7
src/pbrt/shapes.h
@@ -1290,7 +1290,7 @@ PBRT_CPU_GPU inline pstd::optional<BilinearIntersection> IntersectBilinearPatch(
1290
1291
// Find epsilon _eps_ to ensure that candidate $t$ is greater than zero
1292
Float eps =
1293
- gamma(10) * (MaxComponentValue(Abs(ray.o)) + MaxComponentValue(Abs(ray.d)) +
+ gamma(30) * (MaxComponentValue(Abs(ray.o)) + MaxComponentValue(Abs(ray.d)) +
1294
MaxComponentValue(Abs(p00)) + MaxComponentValue(Abs(p10)) +
1295
MaxComponentValue(Abs(p01)) + MaxComponentValue(Abs(p11)));
1296
0 commit comments