Replies: 1 comment
-
You must multiply by the focal length in order to preserve the desired viewing angle. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone explain to me why, in the section Positionable Camera, we have in the code
auto viewport_height = 2 * h * focal_length;
In particular, why do we multiply focal_lenght? I am sure it is important to have a viewport dimension that depends on focal_lenght , but I cannot realize the modelling rationale.
Beta Was this translation helpful? Give feedback.
All reactions