Open
Description
Is your feature request related to a problem? Please describe.
Currently this function uses some kind of internal interpolation when changing FOV. While this might be alright for most use cases, it still could be problematic, for example, when trying to: set given fov under below certain time interval (my use case: view fast zoom-in which isn't possible at all; it takes ages to achieve required fov), or simply apply fov instantly (without any interpolation).
Describe the solution you'd like
setCameraFieldOfView ( string cameraMode, float fieldOfView, bool instantChange ) -- by default 3rd argument set to false
Describe alternatives you've considered
none
Additional context
/
Security Policy
- I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.