Hello! Is there any way to use a normal perspective camera (such as ArcRotateCamera) like an orthographic camera? By that, I mean raising a value to increase the focal length, or lowering/shrinking its field of view (FOV.)
The best example I can describe is viewing a camera inside of Blender and raising the Focal Length value until the FOV is so small or narrow that it’s essentially orthographic. I tried looking for such a feature in the API, but it only seems to be part of a depth of field effect.
Yes that’s how to use a standalone orthographic camera, but I want to adjust the focal length on a standard perspective camera.
Now that I think about it though, I could’ve worded my question better: how do I make a normal camera zoom in without moving its location towards the subject?