Trying to find focal length for new PerspectiveLens (used to be
view.camera.focus * view.camera.zoom for old one)

I see _focalLengthInv = Math.tan(_fieldOfView*Math.PI/360); in code,
why is there only angle and no linear multiplier? should not focal
length depend on viewport size?

Reply via email to