raytracing.github.io
raytracing.github.io copied to clipboard
camera::get_ray() function should take normalized image coordinates
Thus, arguments (0,0) should refer to the upper left pixel, and (1,1) should refer to the lower right pixel.
Resolved in #1053