mirror of
https://github.com/halpz/re3.git
synced 2025-12-14 17:42:53 +00:00
FOV fix
This commit is contained in:
@@ -3561,7 +3561,7 @@ CCamera::CalculateDerivedValues(void)
|
||||
{
|
||||
m_cameraMatrix = Invert(m_matrix);
|
||||
|
||||
float hfov = DEGTORAD(CDraw::GetFOV()/2.0f);
|
||||
float hfov = DEGTORAD(CDraw::GetScaledFOV()/2.0f);
|
||||
float c = cos(hfov);
|
||||
float s = sin(hfov);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user