Talk:GetCameraMatrix

From Multi Theft Auto: Wiki
Revision as of 11:51, 8 March 2020 by Quiret (talk | contribs) (Created page with "== Field of View (8th return value) not synchronized with setCameraFieldOfView == There is a bug in getCameraMatrix (tested clientside). If you execute "setCameraFieldOfView('...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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). --Quiret (talk) 11:51, 8 March 2020 (UTC)