raytracing.github.io icon indicating copy to clipboard operation
raytracing.github.io copied to clipboard

camera::get_ray() function should perform all sample jittering

Open hollasch opened this issue 3 years ago • 0 comments

Currently the camera::get_ray() function performs depth-of-field lens jittering, and the scene::render() loops perform the pixel sample jittering. Both of these should be done in the camera::get_ray() function.

hollasch avatar Aug 05 '22 22:08 hollasch