Build a perspective projection matrix with NDC selected at run-time.
the target NDC
horizontal field of view in degrees
aspect ratio (width / height)
position of the near plane
position of the far plane
a matrix that maps from eye space to clip space. To obtain NDC, the vector must be divided by w.
See Implementation
Build a perspective projection matrix with NDC selected at run-time.