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
At the line 61 of orthographic.cpp,It seems that ray->o should be pCamera + Point3f(pLens.x, pLens.y, 0).
It is more reasonable that the ray starts from a region around with pCamera for an ortho camera.
The text was updated successfully, but these errors were encountered:
At the line 61 of orthographic.cpp,It seems that ray->o should be
pCamera + Point3f(pLens.x, pLens.y, 0)
.It is more reasonable that the ray starts from a region around with pCamera for an ortho camera.
The text was updated successfully, but these errors were encountered: