We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0f8c6 commit 4c25c13Copy full SHA for 4c25c13
kernels/common/ray.h
@@ -250,7 +250,7 @@ namespace embree
250
if (geomID == RTC_INVALID_GEOMETRY_ID) return;
251
const bool vt = (abs(tfar) <= FLT_LARGE) || (tfar == float(neg_inf));
252
const bool vu = (abs(u) <= FLT_LARGE);
253
- const bool vv = (abs(u) <= FLT_LARGE);
+ const bool vv = (abs(v) <= FLT_LARGE);
254
const bool vnx = abs(Ng.x) <= FLT_LARGE;
255
const bool vny = abs(Ng.y) <= FLT_LARGE;
256
const bool vnz = abs(Ng.z) <= FLT_LARGE;
0 commit comments