Talk:GetCameraMatrix

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

Field of View (8th return value) not synchronized with setCameraFieldOfView

There is a bug in getCameraMatrix (tested clientside). If you execute "setCameraFieldOfView('player', 90)" then the FoV returned by getCameraMatrix remains 70. This bug can lead to inconsistencies in camera calculation code (frustum checking, screen coordinate calculation, etc). Github issue: https://github.com/multitheftauto/mtasa-blue/issues/1282 --Quiret (talk) 11:51, 8 March 2020 (UTC)