I'm currently working on adjusting the field of vision for a camera without having to create a new one. So far, I've successfully achieved this for the position using the following code:
camera.position.set()
Now, I'd like to implement a similar method for the fov:
camera.fov.set()
Unfortunately, this approach is not functioning as expected in my script. Does anyone have any alternative solutions that could be quickly implemented?