Open cinamon123 opened 1 year ago
If you're asking why not directly use the camera center in calculating the origin, I guess it's because it works and it's convenient for the logic to rely on a minimal part of the camera object's API.
The near value is an input (min_depth
) which is yes independent of the focal length.
❓ Questions on rays origins and first sample plane
In implicitron, why we need to operate like this below to get origins? And the near value is smaller than focal length in world space. So the first sample point is obtained before virtual image plane?