Closed zpelgrims closed 6 years ago
Was about to say that:
Without Pota
With Pota
As a temporary workaround, setting the adaptive space to "object" from "rasters" avoids this issue. Even with adaptive error at 0. I think this is an arnold core bug, along with me not implementing the ray_reverse camera function.
Accidently closed this issue, should defo be open lol
I've implemented two versions of camera_ray_reverse(), a super-accurate polynomial optics version and a pinhole approximation. Currently we'll be using the pinhole approximation, as it is better suited because there is always a solution. The backtraced polynomial optics may run into vignetting of the rays which is a problem.
Probably due to a bad raster space estimate, implement camera_ray_reverse function