Book 3 8.3: onb class, axis calculation for u and v should be swapped · Issue #1703 · RayTracing/raytracing.github.io · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the code in vec3.h and the whole context, the following statements are true:
u, v, w
where w is the normal vector in basis coordinate.Then to make sense, the constructor should be like this,
to make the final result satisfy the following statements,
The text was updated successfully, but these errors were encountered: