Talk:GetCameraMatrix: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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('...")
(No difference)

Revision as of 11:51, 8 March 2020

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)