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
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.